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

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

Download

Click the following link to download the jar file.

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



Related Tutorials