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