| License |
License |
|---|---|
| GroupId | GroupIdcom.github.mufanh |
| ArtifactId | ArtifactIdfilecoin4j |
| Version | Version1.0.0 |
| Type | Typepom |
| Description |
Descriptionfilecoin4j
Filecoin RPC API JAVA SDK
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| filecoin4j-1.0.0.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mufanh/filecoin4j/ -->
<dependency>
<groupId>com.github.mufanh</groupId>
<artifactId>filecoin4j</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mufanh/filecoin4j/
implementation 'com.github.mufanh:filecoin4j:1.0.0'
// https://jarcasting.com/artifacts/com.github.mufanh/filecoin4j/
implementation ("com.github.mufanh:filecoin4j:1.0.0")
'com.github.mufanh:filecoin4j:pom:1.0.0'
<dependency org="com.github.mufanh" name="filecoin4j" rev="1.0.0">
<artifact name="filecoin4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mufanh', module='filecoin4j', version='1.0.0')
)
libraryDependencies += "com.github.mufanh" % "filecoin4j" % "1.0.0"
[com.github.mufanh/filecoin4j "1.0.0"]