GroupId | GroupIdorg.openforis.commons |
---|---|
ArtifactId | ArtifactIdof-commons-jdbc |
Version | Version0.1.24 |
Type | Typejar |
Filename | Size |
---|---|
of-commons-jdbc-0.1.24.pom | |
of-commons-jdbc-0.1.24.jar | 5 KB |
of-commons-jdbc-0.1.24-sources.jar | 4 KB |
of-commons-jdbc-0.1.24-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openforis.commons/of-commons-jdbc/ -->
<dependency>
<groupId>org.openforis.commons</groupId>
<artifactId>of-commons-jdbc</artifactId>
<version>0.1.24</version>
</dependency>
// https://jarcasting.com/artifacts/org.openforis.commons/of-commons-jdbc/
implementation 'org.openforis.commons:of-commons-jdbc:0.1.24'
// https://jarcasting.com/artifacts/org.openforis.commons/of-commons-jdbc/
implementation ("org.openforis.commons:of-commons-jdbc:0.1.24")
'org.openforis.commons:of-commons-jdbc:jar:0.1.24'
<dependency org="org.openforis.commons" name="of-commons-jdbc" rev="0.1.24">
<artifact name="of-commons-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openforis.commons', module='of-commons-jdbc', version='0.1.24')
)
libraryDependencies += "org.openforis.commons" % "of-commons-jdbc" % "0.1.24"
[org.openforis.commons/of-commons-jdbc "0.1.24"]