GroupId | GroupIddk.apaq.crud |
---|---|
ArtifactId | ArtifactIdcrud |
Version | Version1.1.1 |
Type | Typepom |
Filename | Size |
---|---|
crud-1.1.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dk.apaq.crud/crud/ -->
<dependency>
<groupId>dk.apaq.crud</groupId>
<artifactId>crud</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dk.apaq.crud/crud/
implementation 'dk.apaq.crud:crud:1.1.1'
// https://jarcasting.com/artifacts/dk.apaq.crud/crud/
implementation ("dk.apaq.crud:crud:1.1.1")
'dk.apaq.crud:crud:pom:1.1.1'
<dependency org="dk.apaq.crud" name="crud" rev="1.1.1">
<artifact name="crud" type="pom" />
</dependency>
@Grapes(
@Grab(group='dk.apaq.crud', module='crud', version='1.1.1')
)
libraryDependencies += "dk.apaq.crud" % "crud" % "1.1.1"
[dk.apaq.crud/crud "1.1.1"]