Categories |
CategoriesNet JSON Data |
---|---|
GroupId | GroupIdnet.markenwerk |
ArtifactId | ArtifactIdutils-json-common |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
utils-json-common-2.0.0.pom | |
utils-json-common-2.0.0.jar | 8 KB |
utils-json-common-2.0.0-sources.jar | 14 KB |
utils-json-common-2.0.0-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.markenwerk/utils-json-common/ -->
<dependency>
<groupId>net.markenwerk</groupId>
<artifactId>utils-json-common</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.markenwerk/utils-json-common/
implementation 'net.markenwerk:utils-json-common:2.0.0'
// https://jarcasting.com/artifacts/net.markenwerk/utils-json-common/
implementation ("net.markenwerk:utils-json-common:2.0.0")
'net.markenwerk:utils-json-common:jar:2.0.0'
<dependency org="net.markenwerk" name="utils-json-common" rev="2.0.0">
<artifact name="utils-json-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.markenwerk', module='utils-json-common', version='2.0.0')
)
libraryDependencies += "net.markenwerk" % "utils-json-common" % "2.0.0"
[net.markenwerk/utils-json-common "2.0.0"]