License |
License |
---|---|
Categories |
CategoriesNative Development Tools |
GroupId | GroupIdorg.fisco-bcos |
ArtifactId | ArtifactIdtcnative |
Last Version | Last Version2.0.51.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfisco-bcos
fisco-bcos tcnative
|
Project URL |
Project URL |
Filename | Size |
---|---|
tcnative-2.0.51.0.pom | |
tcnative-2.0.51.0.jar | 3 MB |
tcnative-2.0.51.0-sources.jar | 33 KB |
tcnative-2.0.51.0-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fisco-bcos/tcnative/ -->
<dependency>
<groupId>org.fisco-bcos</groupId>
<artifactId>tcnative</artifactId>
<version>2.0.51.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fisco-bcos/tcnative/
implementation 'org.fisco-bcos:tcnative:2.0.51.0'
// https://jarcasting.com/artifacts/org.fisco-bcos/tcnative/
implementation ("org.fisco-bcos:tcnative:2.0.51.0")
'org.fisco-bcos:tcnative:jar:2.0.51.0'
<dependency org="org.fisco-bcos" name="tcnative" rev="2.0.51.0">
<artifact name="tcnative" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fisco-bcos', module='tcnative', version='2.0.51.0')
)
libraryDependencies += "org.fisco-bcos" % "tcnative" % "2.0.51.0"
[org.fisco-bcos/tcnative "2.0.51.0"]