Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.xandb.utils |
ArtifactId | ArtifactIdxandb-utils-json |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
xandb-utils-json-1.0.0.pom | |
xandb-utils-json-1.0.0.jar | 47 KB |
xandb-utils-json-1.0.0-sources.jar | 40 KB |
xandb-utils-json-1.0.0-javadoc.jar | 186 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xandb.utils/xandb-utils-json/ -->
<dependency>
<groupId>com.github.xandb.utils</groupId>
<artifactId>xandb-utils-json</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xandb.utils/xandb-utils-json/
implementation 'com.github.xandb.utils:xandb-utils-json:1.0.0'
// https://jarcasting.com/artifacts/com.github.xandb.utils/xandb-utils-json/
implementation ("com.github.xandb.utils:xandb-utils-json:1.0.0")
'com.github.xandb.utils:xandb-utils-json:jar:1.0.0'
<dependency org="com.github.xandb.utils" name="xandb-utils-json" rev="1.0.0">
<artifact name="xandb-utils-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xandb.utils', module='xandb-utils-json', version='1.0.0')
)
libraryDependencies += "com.github.xandb.utils" % "xandb-utils-json" % "1.0.0"
[com.github.xandb.utils/xandb-utils-json "1.0.0"]