GroupId | GroupIdcom.github.paganini2008 |
---|---|
ArtifactId | ArtifactIddevtools-db4j |
Version | Version1.0-RC2 |
Type | Typejar |
Filename | Size |
---|---|
devtools-db4j-1.0-RC2.pom | |
devtools-db4j-1.0-RC2.jar | 106 KB |
devtools-db4j-1.0-RC2-sources.jar | 45 KB |
devtools-db4j-1.0-RC2-javadoc.jar | 450 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.paganini2008/devtools-db4j/ -->
<dependency>
<groupId>com.github.paganini2008</groupId>
<artifactId>devtools-db4j</artifactId>
<version>1.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paganini2008/devtools-db4j/
implementation 'com.github.paganini2008:devtools-db4j:1.0-RC2'
// https://jarcasting.com/artifacts/com.github.paganini2008/devtools-db4j/
implementation ("com.github.paganini2008:devtools-db4j:1.0-RC2")
'com.github.paganini2008:devtools-db4j:jar:1.0-RC2'
<dependency org="com.github.paganini2008" name="devtools-db4j" rev="1.0-RC2">
<artifact name="devtools-db4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paganini2008', module='devtools-db4j', version='1.0-RC2')
)
libraryDependencies += "com.github.paganini2008" % "devtools-db4j" % "1.0-RC2"
[com.github.paganini2008/devtools-db4j "1.0-RC2"]