| Categories |
CategoriesJSON Data |
|---|---|
| GroupId | GroupIdorg.alephium |
| ArtifactId | ArtifactIdalephium-json_2.13 |
| Version | Version0.8.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| alephium-json_2.13-0.8.7.pom | |
| alephium-json_2.13-0.8.7.jar | 34 KB |
| alephium-json_2.13-0.8.7-sources.jar | 1 KB |
| alephium-json_2.13-0.8.7-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.alephium/alephium-json_2.13/ -->
<dependency>
<groupId>org.alephium</groupId>
<artifactId>alephium-json_2.13</artifactId>
<version>0.8.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.alephium/alephium-json_2.13/
implementation 'org.alephium:alephium-json_2.13:0.8.7'
// https://jarcasting.com/artifacts/org.alephium/alephium-json_2.13/
implementation ("org.alephium:alephium-json_2.13:0.8.7")
'org.alephium:alephium-json_2.13:jar:0.8.7'
<dependency org="org.alephium" name="alephium-json_2.13" rev="0.8.7">
<artifact name="alephium-json_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.alephium', module='alephium-json_2.13', version='0.8.7')
)
libraryDependencies += "org.alephium" % "alephium-json_2.13" % "0.8.7"
[org.alephium/alephium-json_2.13 "0.8.7"]