GroupId | GroupIdcom.github.salomonbrys.kotson |
---|---|
ArtifactId | ArtifactIdkotson |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
kotson-1.5.0.pom | |
kotson-1.5.0.jar | 150 KB |
kotson-1.5.0-sources.jar | 10 KB |
kotson-1.5.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.salomonbrys.kotson/kotson/ -->
<dependency>
<groupId>com.github.salomonbrys.kotson</groupId>
<artifactId>kotson</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.salomonbrys.kotson/kotson/
implementation 'com.github.salomonbrys.kotson:kotson:1.5.0'
// https://jarcasting.com/artifacts/com.github.salomonbrys.kotson/kotson/
implementation ("com.github.salomonbrys.kotson:kotson:1.5.0")
'com.github.salomonbrys.kotson:kotson:jar:1.5.0'
<dependency org="com.github.salomonbrys.kotson" name="kotson" rev="1.5.0">
<artifact name="kotson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.salomonbrys.kotson', module='kotson', version='1.5.0')
)
libraryDependencies += "com.github.salomonbrys.kotson" % "kotson" % "1.5.0"
[com.github.salomonbrys.kotson/kotson "1.5.0"]