Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.jsonhoist |
ArtifactId | ArtifactIdjsonhoist-core |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
jsonhoist-core-0.8.0.pom | |
jsonhoist-core-0.8.0.jar | 31 KB |
jsonhoist-core-0.8.0-tests.jar | 35 KB |
jsonhoist-core-0.8.0-sources.jar | 23 KB |
jsonhoist-core-0.8.0-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsonhoist/jsonhoist-core/ -->
<dependency>
<groupId>org.jsonhoist</groupId>
<artifactId>jsonhoist-core</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsonhoist/jsonhoist-core/
implementation 'org.jsonhoist:jsonhoist-core:0.8.0'
// https://jarcasting.com/artifacts/org.jsonhoist/jsonhoist-core/
implementation ("org.jsonhoist:jsonhoist-core:0.8.0")
'org.jsonhoist:jsonhoist-core:jar:0.8.0'
<dependency org="org.jsonhoist" name="jsonhoist-core" rev="0.8.0">
<artifact name="jsonhoist-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsonhoist', module='jsonhoist-core', version='0.8.0')
)
libraryDependencies += "org.jsonhoist" % "jsonhoist-core" % "0.8.0"
[org.jsonhoist/jsonhoist-core "0.8.0"]