GroupId | GroupIdse.l4.aurochs |
---|---|
ArtifactId | ArtifactIdaurochs-base |
Version | Version0.2.0 |
Type | Typepom |
Filename | Size |
---|---|
aurochs-base-0.2.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.l4.aurochs/aurochs-base/ -->
<dependency>
<groupId>se.l4.aurochs</groupId>
<artifactId>aurochs-base</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/se.l4.aurochs/aurochs-base/
implementation 'se.l4.aurochs:aurochs-base:0.2.0'
// https://jarcasting.com/artifacts/se.l4.aurochs/aurochs-base/
implementation ("se.l4.aurochs:aurochs-base:0.2.0")
'se.l4.aurochs:aurochs-base:pom:0.2.0'
<dependency org="se.l4.aurochs" name="aurochs-base" rev="0.2.0">
<artifact name="aurochs-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='se.l4.aurochs', module='aurochs-base', version='0.2.0')
)
libraryDependencies += "se.l4.aurochs" % "aurochs-base" % "0.2.0"
[se.l4.aurochs/aurochs-base "0.2.0"]