GroupId | GroupIdcom.github.tonivade |
---|---|
ArtifactId | ArtifactIdpuredbc |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
puredbc-0.1.0.pom | |
puredbc-0.1.0.jar | 76 KB |
puredbc-0.1.0-sources.jar | 22 KB |
puredbc-0.1.0-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tonivade/puredbc/ -->
<dependency>
<groupId>com.github.tonivade</groupId>
<artifactId>puredbc</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tonivade/puredbc/
implementation 'com.github.tonivade:puredbc:0.1.0'
// https://jarcasting.com/artifacts/com.github.tonivade/puredbc/
implementation ("com.github.tonivade:puredbc:0.1.0")
'com.github.tonivade:puredbc:jar:0.1.0'
<dependency org="com.github.tonivade" name="puredbc" rev="0.1.0">
<artifact name="puredbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tonivade', module='puredbc', version='0.1.0')
)
libraryDependencies += "com.github.tonivade" % "puredbc" % "0.1.0"
[com.github.tonivade/puredbc "0.1.0"]