| Categories |
CategoriesJSON Data |
|---|---|
| GroupId | GroupIdcom.tethys-json |
| ArtifactId | ArtifactIdtethys-core_2.11 |
| Version | Version0.6.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tethys-core_2.11-0.6.3.pom | |
| tethys-core_2.11-0.6.3.jar | 437 KB |
| tethys-core_2.11-0.6.3-sources.jar | 22 KB |
| tethys-core_2.11-0.6.3-javadoc.jar | 691 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tethys-json/tethys-core_2.11/ -->
<dependency>
<groupId>com.tethys-json</groupId>
<artifactId>tethys-core_2.11</artifactId>
<version>0.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.tethys-json/tethys-core_2.11/
implementation 'com.tethys-json:tethys-core_2.11:0.6.3'
// https://jarcasting.com/artifacts/com.tethys-json/tethys-core_2.11/
implementation ("com.tethys-json:tethys-core_2.11:0.6.3")
'com.tethys-json:tethys-core_2.11:jar:0.6.3'
<dependency org="com.tethys-json" name="tethys-core_2.11" rev="0.6.3">
<artifact name="tethys-core_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tethys-json', module='tethys-core_2.11', version='0.6.3')
)
libraryDependencies += "com.tethys-json" % "tethys-core_2.11" % "0.6.3"
[com.tethys-json/tethys-core_2.11 "0.6.3"]