License |
License |
---|---|
GroupId | GroupIdcom.github.angiolep |
ArtifactId | ArtifactIdubj_2.12 |
Version | Version0.1.0 |
Type | Typejar |
Description |
Descriptionubj
Universal Binaru JSON library for Scala/Java8
|
Project Organization |
Project Organizationcom.github.angiolep |
Filename | Size |
---|---|
ubj_2.12-0.1.0.pom | |
ubj_2.12-0.1.0.jar | 18 KB |
ubj_2.12-0.1.0-sources.jar | 1 KB |
ubj_2.12-0.1.0-javadoc.jar | 666 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.angiolep/ubj_2.12/ -->
<dependency>
<groupId>com.github.angiolep</groupId>
<artifactId>ubj_2.12</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.angiolep/ubj_2.12/
implementation 'com.github.angiolep:ubj_2.12:0.1.0'
// https://jarcasting.com/artifacts/com.github.angiolep/ubj_2.12/
implementation ("com.github.angiolep:ubj_2.12:0.1.0")
'com.github.angiolep:ubj_2.12:jar:0.1.0'
<dependency org="com.github.angiolep" name="ubj_2.12" rev="0.1.0">
<artifact name="ubj_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.angiolep', module='ubj_2.12', version='0.1.0')
)
libraryDependencies += "com.github.angiolep" % "ubj_2.12" % "0.1.0"
[com.github.angiolep/ubj_2.12 "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.1 |
org.hamcrest : hamcrest-all | jar | 1.3 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.12 | jar | 3.0.1 |
com.novocode : junit-interface | jar | 0.11 |