Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIddev.gregorius.library |
ArtifactId | ArtifactIdjson-reflect |
Version | Version0.2.0 |
Type | Typepom |
Filename | Size |
---|---|
json-reflect-0.2.0.pom | |
json-reflect-0.2.0-sources.jar | 17 KB |
json-reflect-0.2.0-plain.jar | 30 KB |
json-reflect-0.2.0-javadoc.jar | 189 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.gregorius.library/json-reflect/ -->
<dependency>
<groupId>dev.gregorius.library</groupId>
<artifactId>json-reflect</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.gregorius.library/json-reflect/
implementation 'dev.gregorius.library:json-reflect:0.2.0'
// https://jarcasting.com/artifacts/dev.gregorius.library/json-reflect/
implementation ("dev.gregorius.library:json-reflect:0.2.0")
'dev.gregorius.library:json-reflect:pom:0.2.0'
<dependency org="dev.gregorius.library" name="json-reflect" rev="0.2.0">
<artifact name="json-reflect" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.gregorius.library', module='json-reflect', version='0.2.0')
)
libraryDependencies += "dev.gregorius.library" % "json-reflect" % "0.2.0"
[dev.gregorius.library/json-reflect "0.2.0"]