Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.alephium |
ArtifactId | ArtifactIdalephium-json_2.13 |
Version | Version0.9.0-rc8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.alephium/alephium-json_2.13/ -->
<dependency>
<groupId>org.alephium</groupId>
<artifactId>alephium-json_2.13</artifactId>
<version>0.9.0-rc8</version>
</dependency>
// https://jarcasting.com/artifacts/org.alephium/alephium-json_2.13/
implementation 'org.alephium:alephium-json_2.13:0.9.0-rc8'
// https://jarcasting.com/artifacts/org.alephium/alephium-json_2.13/
implementation ("org.alephium:alephium-json_2.13:0.9.0-rc8")
'org.alephium:alephium-json_2.13:jar:0.9.0-rc8'
<dependency org="org.alephium" name="alephium-json_2.13" rev="0.9.0-rc8">
<artifact name="alephium-json_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.alephium', module='alephium-json_2.13', version='0.9.0-rc8')
)
libraryDependencies += "org.alephium" % "alephium-json_2.13" % "0.9.0-rc8"
[org.alephium/alephium-json_2.13 "0.9.0-rc8"]