License |
License |
---|---|
GroupId | GroupIduk.co.datumedge |
ArtifactId | ArtifactIddatumedge-base |
Last Version | Last Version0.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionDatumEdge base
Shared maven configuration for all uk.co.datumedge artifacts
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
datumedge-base-0.4.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.co.datumedge/datumedge-base/ -->
<dependency>
<groupId>uk.co.datumedge</groupId>
<artifactId>datumedge-base</artifactId>
<version>0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/uk.co.datumedge/datumedge-base/
implementation 'uk.co.datumedge:datumedge-base:0.4'
// https://jarcasting.com/artifacts/uk.co.datumedge/datumedge-base/
implementation ("uk.co.datumedge:datumedge-base:0.4")
'uk.co.datumedge:datumedge-base:pom:0.4'
<dependency org="uk.co.datumedge" name="datumedge-base" rev="0.4">
<artifact name="datumedge-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='uk.co.datumedge', module='datumedge-base', version='0.4')
)
libraryDependencies += "uk.co.datumedge" % "datumedge-base" % "0.4"
[uk.co.datumedge/datumedge-base "0.4"]