GroupId | GroupIdcom.jonnymatts |
---|---|
ArtifactId | ArtifactIdjzonbie-core |
Version | Version5.0.0-rc2 |
Type | Typejar |
Filename | Size |
---|---|
jzonbie-core-5.0.0-rc2.pom | |
jzonbie-core-5.0.0-rc2.jar | 31 KB |
jzonbie-core-5.0.0-rc2-sources.jar | 16 KB |
jzonbie-core-5.0.0-rc2-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jonnymatts/jzonbie-core/ -->
<dependency>
<groupId>com.jonnymatts</groupId>
<artifactId>jzonbie-core</artifactId>
<version>5.0.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/com.jonnymatts/jzonbie-core/
implementation 'com.jonnymatts:jzonbie-core:5.0.0-rc2'
// https://jarcasting.com/artifacts/com.jonnymatts/jzonbie-core/
implementation ("com.jonnymatts:jzonbie-core:5.0.0-rc2")
'com.jonnymatts:jzonbie-core:jar:5.0.0-rc2'
<dependency org="com.jonnymatts" name="jzonbie-core" rev="5.0.0-rc2">
<artifact name="jzonbie-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jonnymatts', module='jzonbie-core', version='5.0.0-rc2')
)
libraryDependencies += "com.jonnymatts" % "jzonbie-core" % "5.0.0-rc2"
[com.jonnymatts/jzonbie-core "5.0.0-rc2"]