GroupId | GroupIdio.graphenee |
---|---|
ArtifactId | ArtifactIdgx-blockchain |
Version | Version3.3.1 |
Type | Typejar |
Filename | Size |
---|---|
gx-blockchain-3.3.1.pom | |
gx-blockchain-3.3.1.jar | 7 KB |
gx-blockchain-3.3.1-sources.jar | 5 KB |
gx-blockchain-3.3.1-javadoc.jar | 401 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.graphenee/gx-blockchain/ -->
<dependency>
<groupId>io.graphenee</groupId>
<artifactId>gx-blockchain</artifactId>
<version>3.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.graphenee/gx-blockchain/
implementation 'io.graphenee:gx-blockchain:3.3.1'
// https://jarcasting.com/artifacts/io.graphenee/gx-blockchain/
implementation ("io.graphenee:gx-blockchain:3.3.1")
'io.graphenee:gx-blockchain:jar:3.3.1'
<dependency org="io.graphenee" name="gx-blockchain" rev="3.3.1">
<artifact name="gx-blockchain" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.graphenee', module='gx-blockchain', version='3.3.1')
)
libraryDependencies += "io.graphenee" % "gx-blockchain" % "3.3.1"
[io.graphenee/gx-blockchain "3.3.1"]