GroupId | GroupIdcom.github.sursmobil |
---|---|
ArtifactId | ArtifactIdjdac |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
jdac-0.0.1.pom | |
jdac-0.0.1.jar | 20 KB |
jdac-0.0.1-sources.jar | 8 KB |
jdac-0.0.1-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sursmobil/jdac/ -->
<dependency>
<groupId>com.github.sursmobil</groupId>
<artifactId>jdac</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sursmobil/jdac/
implementation 'com.github.sursmobil:jdac:0.0.1'
// https://jarcasting.com/artifacts/com.github.sursmobil/jdac/
implementation ("com.github.sursmobil:jdac:0.0.1")
'com.github.sursmobil:jdac:jar:0.0.1'
<dependency org="com.github.sursmobil" name="jdac" rev="0.0.1">
<artifact name="jdac" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sursmobil', module='jdac', version='0.0.1')
)
libraryDependencies += "com.github.sursmobil" % "jdac" % "0.0.1"
[com.github.sursmobil/jdac "0.0.1"]