Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.ryanlevell |
ArtifactId | ArtifactIdadamant-driver |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
adamant-driver-1.0.2.pom | |
adamant-driver-1.0.2.jar | 14 KB |
adamant-driver-1.0.2-sources.jar | 10 KB |
adamant-driver-1.0.2-javadoc.jar | 64 KB |
adamant-driver-1.0.2-jar-with-dependencies.jar | 21 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ryanlevell/adamant-driver/ -->
<dependency>
<groupId>com.github.ryanlevell</groupId>
<artifactId>adamant-driver</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ryanlevell/adamant-driver/
implementation 'com.github.ryanlevell:adamant-driver:1.0.2'
// https://jarcasting.com/artifacts/com.github.ryanlevell/adamant-driver/
implementation ("com.github.ryanlevell:adamant-driver:1.0.2")
'com.github.ryanlevell:adamant-driver:jar:1.0.2'
<dependency org="com.github.ryanlevell" name="adamant-driver" rev="1.0.2">
<artifact name="adamant-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ryanlevell', module='adamant-driver', version='1.0.2')
)
libraryDependencies += "com.github.ryanlevell" % "adamant-driver" % "1.0.2"
[com.github.ryanlevell/adamant-driver "1.0.2"]