Categories |
CategoriesData Net |
---|---|
GroupId | GroupIdnet.anwiba.database |
ArtifactId | ArtifactIdanwiba-database-oracle |
Version | Version1.0.185 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.anwiba.database/anwiba-database-oracle/ -->
<dependency>
<groupId>net.anwiba.database</groupId>
<artifactId>anwiba-database-oracle</artifactId>
<version>1.0.185</version>
</dependency>
// https://jarcasting.com/artifacts/net.anwiba.database/anwiba-database-oracle/
implementation 'net.anwiba.database:anwiba-database-oracle:1.0.185'
// https://jarcasting.com/artifacts/net.anwiba.database/anwiba-database-oracle/
implementation ("net.anwiba.database:anwiba-database-oracle:1.0.185")
'net.anwiba.database:anwiba-database-oracle:jar:1.0.185'
<dependency org="net.anwiba.database" name="anwiba-database-oracle" rev="1.0.185">
<artifact name="anwiba-database-oracle" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.anwiba.database', module='anwiba-database-oracle', version='1.0.185')
)
libraryDependencies += "net.anwiba.database" % "anwiba-database-oracle" % "1.0.185"
[net.anwiba.database/anwiba-database-oracle "1.0.185"]