Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.metreeca |
ArtifactId | ArtifactIdmetreeca-json |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
metreeca-json-0.0.1.pom | |
metreeca-json-0.0.1.jar | 134 KB |
metreeca-json-0.0.1-tests.jar | 61 KB |
metreeca-json-0.0.1-sources.jar | 73 KB |
metreeca-json-0.0.1-javadoc.jar | 299 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.metreeca/metreeca-json/ -->
<dependency>
<groupId>com.metreeca</groupId>
<artifactId>metreeca-json</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.metreeca/metreeca-json/
implementation 'com.metreeca:metreeca-json:0.0.1'
// https://jarcasting.com/artifacts/com.metreeca/metreeca-json/
implementation ("com.metreeca:metreeca-json:0.0.1")
'com.metreeca:metreeca-json:jar:0.0.1'
<dependency org="com.metreeca" name="metreeca-json" rev="0.0.1">
<artifact name="metreeca-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.metreeca', module='metreeca-json', version='0.0.1')
)
libraryDependencies += "com.metreeca" % "metreeca-json" % "0.0.1"
[com.metreeca/metreeca-json "0.0.1"]