GroupId | GroupIdcom.github.ichelon |
---|---|
ArtifactId | ArtifactIdframework-starter-jdbc |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ichelon/framework-starter-jdbc/ -->
<dependency>
<groupId>com.github.ichelon</groupId>
<artifactId>framework-starter-jdbc</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ichelon/framework-starter-jdbc/
implementation 'com.github.ichelon:framework-starter-jdbc:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.ichelon/framework-starter-jdbc/
implementation ("com.github.ichelon:framework-starter-jdbc:1.0.0.RELEASE")
'com.github.ichelon:framework-starter-jdbc:jar:1.0.0.RELEASE'
<dependency org="com.github.ichelon" name="framework-starter-jdbc" rev="1.0.0.RELEASE">
<artifact name="framework-starter-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ichelon', module='framework-starter-jdbc', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.ichelon" % "framework-starter-jdbc" % "1.0.0.RELEASE"
[com.github.ichelon/framework-starter-jdbc "1.0.0.RELEASE"]