Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdde.otto |
ArtifactId | ArtifactIdjsonhome-core |
Version | Version0.3.2 |
Type | Typejar |
Filename | Size |
---|---|
jsonhome-core-0.3.2.pom | |
jsonhome-core-0.3.2.jar | 37 KB |
jsonhome-core-0.3.2-sources.jar | 35 KB |
jsonhome-core-0.3.2-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.otto/jsonhome-core/ -->
<dependency>
<groupId>de.otto</groupId>
<artifactId>jsonhome-core</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.otto/jsonhome-core/
implementation 'de.otto:jsonhome-core:0.3.2'
// https://jarcasting.com/artifacts/de.otto/jsonhome-core/
implementation ("de.otto:jsonhome-core:0.3.2")
'de.otto:jsonhome-core:jar:0.3.2'
<dependency org="de.otto" name="jsonhome-core" rev="0.3.2">
<artifact name="jsonhome-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.otto', module='jsonhome-core', version='0.3.2')
)
libraryDependencies += "de.otto" % "jsonhome-core" % "0.3.2"
[de.otto/jsonhome-core "0.3.2"]