GroupId | GroupIdcom.kyleu |
---|---|
ArtifactId | ArtifactIdprojectile-lib-jdbc_2.13 |
Version | Version1.16.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.kyleu/projectile-lib-jdbc_2.13/ -->
<dependency>
<groupId>com.kyleu</groupId>
<artifactId>projectile-lib-jdbc_2.13</artifactId>
<version>1.16.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.kyleu/projectile-lib-jdbc_2.13/
implementation 'com.kyleu:projectile-lib-jdbc_2.13:1.16.2'
// https://jarcasting.com/artifacts/com.kyleu/projectile-lib-jdbc_2.13/
implementation ("com.kyleu:projectile-lib-jdbc_2.13:1.16.2")
'com.kyleu:projectile-lib-jdbc_2.13:jar:1.16.2'
<dependency org="com.kyleu" name="projectile-lib-jdbc_2.13" rev="1.16.2">
<artifact name="projectile-lib-jdbc_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kyleu', module='projectile-lib-jdbc_2.13', version='1.16.2')
)
libraryDependencies += "com.kyleu" % "projectile-lib-jdbc_2.13" % "1.16.2"
[com.kyleu/projectile-lib-jdbc_2.13 "1.16.2"]