Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.ryanlevell |
ArtifactId | ArtifactIdadamant-driver |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
adamant-driver-1.0.1.pom | |
adamant-driver-1.0.1.jar | 14 KB |
adamant-driver-1.0.1-sources.jar | 10 KB |
adamant-driver-1.0.1-javadoc.jar | 64 KB |
adamant-driver-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ryanlevell/adamant-driver/
implementation 'com.github.ryanlevell:adamant-driver:1.0.1'
// https://jarcasting.com/artifacts/com.github.ryanlevell/adamant-driver/
implementation ("com.github.ryanlevell:adamant-driver:1.0.1")
'com.github.ryanlevell:adamant-driver:jar:1.0.1'
<dependency org="com.github.ryanlevell" name="adamant-driver" rev="1.0.1">
<artifact name="adamant-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ryanlevell', module='adamant-driver', version='1.0.1')
)
libraryDependencies += "com.github.ryanlevell" % "adamant-driver" % "1.0.1"
[com.github.ryanlevell/adamant-driver "1.0.1"]