Categories |
CategoriesData |
---|---|
GroupId | GroupIdworld.data |
ArtifactId | ArtifactIddw-jdbc |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
dw-jdbc-0.1.1.pom | |
dw-jdbc-0.1.1.jar | 12 MB |
dw-jdbc-0.1.1-sources.jar | 56 KB |
dw-jdbc-0.1.1-javadoc.jar | 224 KB |
Browse |
<!-- https://jarcasting.com/artifacts/world.data/dw-jdbc/ -->
<dependency>
<groupId>world.data</groupId>
<artifactId>dw-jdbc</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/world.data/dw-jdbc/
implementation 'world.data:dw-jdbc:0.1.1'
// https://jarcasting.com/artifacts/world.data/dw-jdbc/
implementation ("world.data:dw-jdbc:0.1.1")
'world.data:dw-jdbc:jar:0.1.1'
<dependency org="world.data" name="dw-jdbc" rev="0.1.1">
<artifact name="dw-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='world.data', module='dw-jdbc', version='0.1.1')
)
libraryDependencies += "world.data" % "dw-jdbc" % "0.1.1"
[world.data/dw-jdbc "0.1.1"]