Categories |
CategoriesNet JSON Data |
---|---|
GroupId | GroupIdnet.smolok |
ArtifactId | ArtifactIdsmolok-encoding-json |
Version | Version0.0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.smolok/smolok-encoding-json/ -->
<dependency>
<groupId>net.smolok</groupId>
<artifactId>smolok-encoding-json</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.smolok/smolok-encoding-json/
implementation 'net.smolok:smolok-encoding-json:0.0.9'
// https://jarcasting.com/artifacts/net.smolok/smolok-encoding-json/
implementation ("net.smolok:smolok-encoding-json:0.0.9")
'net.smolok:smolok-encoding-json:jar:0.0.9'
<dependency org="net.smolok" name="smolok-encoding-json" rev="0.0.9">
<artifact name="smolok-encoding-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.smolok', module='smolok-encoding-json', version='0.0.9')
)
libraryDependencies += "net.smolok" % "smolok-encoding-json" % "0.0.9"
[net.smolok/smolok-encoding-json "0.0.9"]