License |
License
The MIT License (MIT)
|
---|---|
GroupId | GroupIdorg.cubeengine |
ArtifactId | ArtifactIdreflect-hocon |
Version | Version3.0.0 |
Type | Typejar |
Description |
DescriptionReflec<T> HOCON
Typesafe serialization of data
|
Filename | Size |
---|---|
reflect-hocon-3.0.0.pom | |
reflect-hocon-3.0.0.jar | 5 KB |
reflect-hocon-3.0.0-sources.jar | 3 KB |
reflect-hocon-3.0.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cubeengine/reflect-hocon/ -->
<dependency>
<groupId>org.cubeengine</groupId>
<artifactId>reflect-hocon</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cubeengine/reflect-hocon/
implementation 'org.cubeengine:reflect-hocon:3.0.0'
// https://jarcasting.com/artifacts/org.cubeengine/reflect-hocon/
implementation ("org.cubeengine:reflect-hocon:3.0.0")
'org.cubeengine:reflect-hocon:jar:3.0.0'
<dependency org="org.cubeengine" name="reflect-hocon" rev="3.0.0">
<artifact name="reflect-hocon" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cubeengine', module='reflect-hocon', version='3.0.0')
)
libraryDependencies += "org.cubeengine" % "reflect-hocon" % "3.0.0"
[org.cubeengine/reflect-hocon "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.cubeengine : reflect-core | jar | 3.0.0 |
com.typesafe : config | jar | 1.2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.cubeengine : reflect-core | test-jar | 3.0.0 |
junit : junit | jar | 4.11 |