Download typeserializer-core-1.0.4.jar file - Jar t

Jar examples for t:typeserializer-core

Description

Support for Java generic types in various serialization libraries.

You can download jar file typeserializer-core 1.0.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add typeserializer-core-1.0.4.jar to your project.

<dependency>
   <groupId>org.anarres.typeserializer</groupId>
   <artifactId>typeserializer-core</artifactId>
   <version>1.0.4</version>
</dependency>
compile group: 'org.anarres.typeserializer', name: 'typeserializer-core', version: '1.0.4'
libraryDependencies += "org.anarres.typeserializer" % "typeserializer-core" % "1.0.4"
<dependency org="org.anarres.typeserializer" name="typeserializer-core" rev="1.0.4"/>
@Grapes(@Grab(group='org.anarres.typeserializer', module='typeserializer-core', version='1.0.4'))
'org.anarres.typeserializer:typeserializer-core:jar:1.0.4'

Download

Click the following link to download the jar file.

typeserializer-core-1.0.4-javadoc.jar
typeserializer-core-1.0.4-sources.jar
typeserializer-core-1.0.4.jar
typeserializer-core-1.0.4.pom



Related Tutorials