is not current version
Last Version 1.14.0

io.sundr.examples:shapes 0.2.2


GroupId

GroupId

io.sundr.examples
ArtifactId

ArtifactId

shapes
Version

Version

0.2.2
Type

Type

jar

Download shapes 0.2.2


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