is not current version
Last Version 1.14.0

io.sundr.examples:arrays 0.9.2


GroupId

GroupId

io.sundr.examples
ArtifactId

ArtifactId

arrays
Version

Version

0.9.2
Type

Type

jar

Download arrays 0.9.2


<!-- https://jarcasting.com/artifacts/io.sundr.examples/arrays/ -->
<dependency>
    <groupId>io.sundr.examples</groupId>
    <artifactId>arrays</artifactId>
    <version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.sundr.examples/arrays/
implementation 'io.sundr.examples:arrays:0.9.2'
// https://jarcasting.com/artifacts/io.sundr.examples/arrays/
implementation ("io.sundr.examples:arrays:0.9.2")
'io.sundr.examples:arrays:jar:0.9.2'
<dependency org="io.sundr.examples" name="arrays" rev="0.9.2">
  <artifact name="arrays" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sundr.examples', module='arrays', version='0.9.2')
)
libraryDependencies += "io.sundr.examples" % "arrays" % "0.9.2"
[io.sundr.examples/arrays "0.9.2"]