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