Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.kjson |
ArtifactId | ArtifactIdkjson-annotations |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
kjson-annotations-1.0.pom | |
kjson-annotations-1.0.jar | 5 KB |
kjson-annotations-1.0-sources.jar | 7 KB |
kjson-annotations-1.0-javadoc.jar | 261 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.kjson/kjson-annotations/ -->
<dependency>
<groupId>io.kjson</groupId>
<artifactId>kjson-annotations</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.kjson/kjson-annotations/
implementation 'io.kjson:kjson-annotations:1.0'
// https://jarcasting.com/artifacts/io.kjson/kjson-annotations/
implementation ("io.kjson:kjson-annotations:1.0")
'io.kjson:kjson-annotations:jar:1.0'
<dependency org="io.kjson" name="kjson-annotations" rev="1.0">
<artifact name="kjson-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.kjson', module='kjson-annotations', version='1.0')
)
libraryDependencies += "io.kjson" % "kjson-annotations" % "1.0"
[io.kjson/kjson-annotations "1.0"]