c

collection-type-safe-converter

Helper library that generates type-safe generic shallow copies from raw non-generic collection objects and unknown type generic collections
https://github.com/azagniotov/collection-type-safe-converter
MIT
Alexander Zagniotov
Files download
File Operation
collection-type-safe-converter-1.0.1.jar download
collection-type-safe-converter-1.0.1.pom download
collection-type-safe-converter-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.azagniotov</groupId>
  <artifactId>collection-type-safe-converter</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.azagniotov:collection-type-safe-converter:1.0.1'
Gradle Kotlin
implementation("io.github.azagniotov:collection-type-safe-converter:1.0.1")
Scala SBT
libraryDependencies += "io.github.azagniotov" % "collection-type-safe-converter" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.azagniotov', module='collection-type-safe-converter', version='1.0.1')
)
Apache Ivy
<dependency org="io.github.azagniotov" name="collection-type-safe-converter" rev="1.0.1" />
Leiningen
[io.github.azagniotov/collection-type-safe-converter "1.0.1"]
Apache Buildr
'io.github.azagniotov:collection-type-safe-converter:jar:1.0.1'
Dependencies