GroupId | GroupIdio.atleon |
---|---|
ArtifactId | ArtifactIdatleon |
Version | Version0.0.10 |
Type | Typepom |
Filename | Size |
---|---|
atleon-0.0.10.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.atleon/atleon/ -->
<dependency>
<groupId>io.atleon</groupId>
<artifactId>atleon</artifactId>
<version>0.0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.atleon/atleon/
implementation 'io.atleon:atleon:0.0.10'
// https://jarcasting.com/artifacts/io.atleon/atleon/
implementation ("io.atleon:atleon:0.0.10")
'io.atleon:atleon:pom:0.0.10'
<dependency org="io.atleon" name="atleon" rev="0.0.10">
<artifact name="atleon" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.atleon', module='atleon', version='0.0.10')
)
libraryDependencies += "io.atleon" % "atleon" % "0.0.10"
[io.atleon/atleon "0.0.10"]