GroupId | GroupIdio.sundr.examples |
---|---|
ArtifactId | ArtifactIdcrud |
Version | Version0.19.0 |
Type | Typejar |
Filename | Size |
---|---|
crud-0.19.0.pom | |
crud-0.19.0.jar | 5 KB |
crud-0.19.0-sources.jar | 5 KB |
crud-0.19.0-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.sundr.examples/crud/ -->
<dependency>
<groupId>io.sundr.examples</groupId>
<artifactId>crud</artifactId>
<version>0.19.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.sundr.examples/crud/
implementation 'io.sundr.examples:crud:0.19.0'
// https://jarcasting.com/artifacts/io.sundr.examples/crud/
implementation ("io.sundr.examples:crud:0.19.0")
'io.sundr.examples:crud:jar:0.19.0'
<dependency org="io.sundr.examples" name="crud" rev="0.19.0">
<artifact name="crud" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sundr.examples', module='crud', version='0.19.0')
)
libraryDependencies += "io.sundr.examples" % "crud" % "0.19.0"
[io.sundr.examples/crud "0.19.0"]