License |
License
The MIT License (MIT)
|
---|---|
GroupId | GroupIdorg.cubeengine |
ArtifactId | ArtifactIdreflect |
Version | Version3.0.0 |
Type | Typepom |
Description |
DescriptionReflec<T>
Typesafe serialization of data
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
reflect-3.0.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cubeengine/reflect/ -->
<dependency>
<groupId>org.cubeengine</groupId>
<artifactId>reflect</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cubeengine/reflect/
implementation 'org.cubeengine:reflect:3.0.0'
// https://jarcasting.com/artifacts/org.cubeengine/reflect/
implementation ("org.cubeengine:reflect:3.0.0")
'org.cubeengine:reflect:pom:3.0.0'
<dependency org="org.cubeengine" name="reflect" rev="3.0.0">
<artifact name="reflect" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cubeengine', module='reflect', version='3.0.0')
)
libraryDependencies += "org.cubeengine" % "reflect" % "3.0.0"
[org.cubeengine/reflect "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |