GroupId | GroupIdio.sundr.tests |
---|---|
ArtifactId | ArtifactIdshapes |
Version | Version0.24.2 |
Type | Typejar |
Filename | Size |
---|---|
shapes-0.24.2.pom | |
shapes-0.24.2.jar | 102 KB |
shapes-0.24.2-sources.jar | 12 KB |
shapes-0.24.2-javadoc.jar | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.sundr.tests/shapes/ -->
<dependency>
<groupId>io.sundr.tests</groupId>
<artifactId>shapes</artifactId>
<version>0.24.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.sundr.tests/shapes/
implementation 'io.sundr.tests:shapes:0.24.2'
// https://jarcasting.com/artifacts/io.sundr.tests/shapes/
implementation ("io.sundr.tests:shapes:0.24.2")
'io.sundr.tests:shapes:jar:0.24.2'
<dependency org="io.sundr.tests" name="shapes" rev="0.24.2">
<artifact name="shapes" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sundr.tests', module='shapes', version='0.24.2')
)
libraryDependencies += "io.sundr.tests" % "shapes" % "0.24.2"
[io.sundr.tests/shapes "0.24.2"]