Download typeserializer-core-1.0.5.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.5 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.5.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials