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