GroupId | GroupIdcom.github.enesusta |
---|---|
ArtifactId | ArtifactIdjdbc-starter |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
jdbc-starter-1.0.4.pom | |
jdbc-starter-1.0.4.jar | 18 KB |
jdbc-starter-1.0.4-sources.jar | 10 KB |
jdbc-starter-1.0.4-javadoc.jar | 465 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.enesusta/jdbc-starter/ -->
<dependency>
<groupId>com.github.enesusta</groupId>
<artifactId>jdbc-starter</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.enesusta/jdbc-starter/
implementation 'com.github.enesusta:jdbc-starter:1.0.4'
// https://jarcasting.com/artifacts/com.github.enesusta/jdbc-starter/
implementation ("com.github.enesusta:jdbc-starter:1.0.4")
'com.github.enesusta:jdbc-starter:jar:1.0.4'
<dependency org="com.github.enesusta" name="jdbc-starter" rev="1.0.4">
<artifact name="jdbc-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.enesusta', module='jdbc-starter', version='1.0.4')
)
libraryDependencies += "com.github.enesusta" % "jdbc-starter" % "1.0.4"
[com.github.enesusta/jdbc-starter "1.0.4"]