Download collection-type-safe-converter-1.0.1.jar file - Jar c

Jar examples for c:collection-type-safe-converter

Description

Helper library that generates type-safe generic shallow copies from raw non-generic collection objects and unknown type generic collections

You can download jar file collection-type-safe-converter 1.0.1 in this page.

License

MIT

Build File

You can use the following script to add collection-type-safe-converter-1.0.1.jar to your project.

<dependency>
   <groupId>io.github.azagniotov</groupId>
   <artifactId>collection-type-safe-converter</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'io.github.azagniotov', name: 'collection-type-safe-converter', version: '1.0.1'
libraryDependencies += "io.github.azagniotov" % "collection-type-safe-converter" % "1.0.1"
<dependency org="io.github.azagniotov" name="collection-type-safe-converter" rev="1.0.1"/>
@Grapes(@Grab(group='io.github.azagniotov', module='collection-type-safe-converter', version='1.0.1'))
'io.github.azagniotov:collection-type-safe-converter:jar:1.0.1'

Download

Click the following link to download the jar file.

collection-type-safe-converter-1.0.1-javadoc.jar
collection-type-safe-converter-1.0.1-sources.jar
collection-type-safe-converter-1.0.1.jar
collection-type-safe-converter-1.0.1.pom



Related Tutorials