SingularityNet Java SDK

Compile Dependencies (11)

Category/LicenseGroup / ArtifactVersionUpdates
IPFS MIT
com.github.ipfs » java-ipfs-http-client
A Java implementation of the HTTP IPFS API
MIT
com.github.multiformats » java-multihash
A Java implementation of Multihash
JSON Lib Apache 2.0
com.google.code.gson » gson
Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to ...
Data Format BSD 3-clause
com.google.protobuf » protobuf-java
Core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an
Apache 2.0
io.grpc » grpc-netty-shaded
gRPC: Netty Shaded
Serializer Apache 2.0
io.grpc » grpc-protobuf
gRPC: Protobuf
Dist Communication Apache 2.0
io.grpc » grpc-stub
Stub classes for GRPC which are exposed to developers and provides type-safe bindings.
Annotation Lib EPL 2.0 +1
javax.annotation » javax.annotation-api
Jakarta Annotations API
Logging MIT
org.slf4j » slf4j-api
API for SLF4J (The Simple Logging Facade for Java) which serves as a simple facade or abstraction for various logging ...
Apache 2.0
org.web3j » core
web3j is a lightweight Java library for integration with Ethereum clients
CodeGen Apache 2.0
org.web3j » codegen
web3j project code generators

Provided Dependencies (1)

Category/LicenseGroup / ArtifactVersionUpdates
CodeGen MIT
org.projectlombok » lombok
Lombok is a Java library that provides annotations to simplify Java development by automating the generation of ...

Test Dependencies (5)

Category/LicenseGroup / ArtifactVersionUpdates
Java Spec EPL 2.0
javax.json » javax.json-api
Jakarta JSON Processing defines a Java(R) based framework for parsing, generating, transforming, and querying JSON ...
Testing EPL 2.0
junit » junit
JUnit Jupiter is the API for writing tests using JUnit 5.
JSON Lib EPL 2.0
org.glassfish » javax.json
Default provider for Jakarta JSON Processing
Mocking MIT
org.mockito » mockito-core
Mockito mock objects library core API and implementation
Logging MIT
org.slf4j » slf4j-simple
Binding/provider for SLF4J, which outputs all events to System.err. Only messages of level INFO and higher are printed.