Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.github.portlek |
ArtifactId | ArtifactIdjsongration |
Version | Version1.5 |
Type | Typejar |
Filename | Size |
---|---|
jsongration-1.5.pom | |
jsongration-1.5.jar | 64 KB |
jsongration-1.5-sources.jar | 6 KB |
jsongration-1.5-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.portlek/jsongration/ -->
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>jsongration</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/jsongration/
implementation 'io.github.portlek:jsongration:1.5'
// https://jarcasting.com/artifacts/io.github.portlek/jsongration/
implementation ("io.github.portlek:jsongration:1.5")
'io.github.portlek:jsongration:jar:1.5'
<dependency org="io.github.portlek" name="jsongration" rev="1.5">
<artifact name="jsongration" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='jsongration', version='1.5')
)
libraryDependencies += "io.github.portlek" % "jsongration" % "1.5"
[io.github.portlek/jsongration "1.5"]