GroupId | GroupIdcom.github.sanskrit-coders |
---|---|
ArtifactId | ArtifactIddb-interface_2.12 |
Version | Version3.2 |
Type | Typejar |
Filename | Size |
---|---|
db-interface_2.12-3.2.pom | |
db-interface_2.12-3.2.jar | 264 KB |
db-interface_2.12-3.2-sources.jar | 17 KB |
db-interface_2.12-3.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sanskrit-coders/db-interface_2.12/ -->
<dependency>
<groupId>com.github.sanskrit-coders</groupId>
<artifactId>db-interface_2.12</artifactId>
<version>3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sanskrit-coders/db-interface_2.12/
implementation 'com.github.sanskrit-coders:db-interface_2.12:3.2'
// https://jarcasting.com/artifacts/com.github.sanskrit-coders/db-interface_2.12/
implementation ("com.github.sanskrit-coders:db-interface_2.12:3.2")
'com.github.sanskrit-coders:db-interface_2.12:jar:3.2'
<dependency org="com.github.sanskrit-coders" name="db-interface_2.12" rev="3.2">
<artifact name="db-interface_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sanskrit-coders', module='db-interface_2.12', version='3.2')
)
libraryDependencies += "com.github.sanskrit-coders" % "db-interface_2.12" % "3.2"
[com.github.sanskrit-coders/db-interface_2.12 "3.2"]