GroupId | GroupIdio.sundr.examples |
---|---|
ArtifactId | ArtifactIdcrud |
Version | Version0.19.2 |
Type | Typejar |
Filename | Size |
---|---|
crud-0.19.2.pom | |
crud-0.19.2.jar | 5 KB |
crud-0.19.2-sources.jar | 5 KB |
crud-0.19.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.sundr.examples/crud/
implementation 'io.sundr.examples:crud:0.19.2'
// https://jarcasting.com/artifacts/io.sundr.examples/crud/
implementation ("io.sundr.examples:crud:0.19.2")
'io.sundr.examples:crud:jar:0.19.2'
<dependency org="io.sundr.examples" name="crud" rev="0.19.2">
<artifact name="crud" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sundr.examples', module='crud', version='0.19.2')
)
libraryDependencies += "io.sundr.examples" % "crud" % "0.19.2"
[io.sundr.examples/crud "0.19.2"]