Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.jsonurl |
ArtifactId | ArtifactIdjsonurl-factory |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jsonurl-factory-2.0.0.pom | |
jsonurl-factory-2.0.0.jar | 25 KB |
jsonurl-factory-2.0.0-tests.jar | 53 KB |
jsonurl-factory-2.0.0-sources.jar | 19 KB |
jsonurl-factory-2.0.0-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsonurl/jsonurl-factory/ -->
<dependency>
<groupId>org.jsonurl</groupId>
<artifactId>jsonurl-factory</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsonurl/jsonurl-factory/
implementation 'org.jsonurl:jsonurl-factory:2.0.0'
// https://jarcasting.com/artifacts/org.jsonurl/jsonurl-factory/
implementation ("org.jsonurl:jsonurl-factory:2.0.0")
'org.jsonurl:jsonurl-factory:jar:2.0.0'
<dependency org="org.jsonurl" name="jsonurl-factory" rev="2.0.0">
<artifact name="jsonurl-factory" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsonurl', module='jsonurl-factory', version='2.0.0')
)
libraryDependencies += "org.jsonurl" % "jsonurl-factory" % "2.0.0"
[org.jsonurl/jsonurl-factory "2.0.0"]