is not current version
Last Version 1.0.1

io.github.azagniotov:collection-type-safe-converter 1.0.0

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

GroupId

GroupId

io.github.azagniotov
ArtifactId

ArtifactId

collection-type-safe-converter
Version

Version

1.0.0
Type

Type

jar

Download collection-type-safe-converter 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.azagniotov/collection-type-safe-converter/ -->
<dependency>
    <groupId>io.github.azagniotov</groupId>
    <artifactId>collection-type-safe-converter</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.azagniotov/collection-type-safe-converter/
implementation 'io.github.azagniotov:collection-type-safe-converter:1.0.0'
// https://jarcasting.com/artifacts/io.github.azagniotov/collection-type-safe-converter/
implementation ("io.github.azagniotov:collection-type-safe-converter:1.0.0")
'io.github.azagniotov:collection-type-safe-converter:jar:1.0.0'
<dependency org="io.github.azagniotov" name="collection-type-safe-converter" rev="1.0.0">
  <artifact name="collection-type-safe-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.azagniotov', module='collection-type-safe-converter', version='1.0.0')
)
libraryDependencies += "io.github.azagniotov" % "collection-type-safe-converter" % "1.0.0"
[io.github.azagniotov/collection-type-safe-converter "1.0.0"]