GroupId | GroupIdcom.github.bordertech.didums |
---|---|
ArtifactId | ArtifactIddidums |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
didums-1.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bordertech.didums/didums/ -->
<dependency>
<groupId>com.github.bordertech.didums</groupId>
<artifactId>didums</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.didums/didums/
implementation 'com.github.bordertech.didums:didums:1.0.0'
// https://jarcasting.com/artifacts/com.github.bordertech.didums/didums/
implementation ("com.github.bordertech.didums:didums:1.0.0")
'com.github.bordertech.didums:didums:pom:1.0.0'
<dependency org="com.github.bordertech.didums" name="didums" rev="1.0.0">
<artifact name="didums" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.didums', module='didums', version='1.0.0')
)
libraryDependencies += "com.github.bordertech.didums" % "didums" % "1.0.0"
[com.github.bordertech.didums/didums "1.0.0"]