License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.texxel |
ArtifactId | ArtifactIdDataSerializer |
Version | Version0.2.3 |
Type | Typejar |
Description |
DescriptionDataSerializer
A library for serializing Java Objects
|
Project URL |
Project URL |
Filename | Size |
---|---|
DataSerializer-0.2.3.pom | |
DataSerializer-0.2.3.jar | 45 KB |
DataSerializer-0.2.3-sources.jar | 21 KB |
DataSerializer-0.2.3-javadoc.jar | 130 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.texxel/DataSerializer/ -->
<dependency>
<groupId>com.github.texxel</groupId>
<artifactId>DataSerializer</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.texxel/DataSerializer/
implementation 'com.github.texxel:DataSerializer:0.2.3'
// https://jarcasting.com/artifacts/com.github.texxel/DataSerializer/
implementation ("com.github.texxel:DataSerializer:0.2.3")
'com.github.texxel:DataSerializer:jar:0.2.3'
<dependency org="com.github.texxel" name="DataSerializer" rev="0.2.3">
<artifact name="DataSerializer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.texxel', module='DataSerializer', version='0.2.3')
)
libraryDependencies += "com.github.texxel" % "DataSerializer" % "0.2.3"
[com.github.texxel/DataSerializer "0.2.3"]
Group / Artifact | Type | Version |
---|---|---|
com.badlogicgames.gdx : gdx | jar | 1.7.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 1.9.5 |