GroupId | GroupIdorg.expressme |
---|---|
ArtifactId | ArtifactIdSimpleJdbc |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
SimpleJdbc-1.0.pom | |
SimpleJdbc-1.0.jar | 23 KB |
SimpleJdbc-1.0-sources.jar | 8 KB |
SimpleJdbc-1.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.expressme/SimpleJdbc/ -->
<dependency>
<groupId>org.expressme</groupId>
<artifactId>SimpleJdbc</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.expressme/SimpleJdbc/
implementation 'org.expressme:SimpleJdbc:1.0'
// https://jarcasting.com/artifacts/org.expressme/SimpleJdbc/
implementation ("org.expressme:SimpleJdbc:1.0")
'org.expressme:SimpleJdbc:jar:1.0'
<dependency org="org.expressme" name="SimpleJdbc" rev="1.0">
<artifact name="SimpleJdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.expressme', module='SimpleJdbc', version='1.0')
)
libraryDependencies += "org.expressme" % "SimpleJdbc" % "1.0"
[org.expressme/SimpleJdbc "1.0"]