GroupId | GroupIdcom.github.sanskrit-coders |
---|---|
ArtifactId | ArtifactIddb-interface |
Version | Version1.7 |
Type | Typejar |
Filename | Size |
---|---|
db-interface-1.7.pom | |
db-interface-1.7.jar | 124 KB |
db-interface-1.7-sources.jar | 8 KB |
db-interface-1.7-jar-with-dependencies.jar | 25 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sanskrit-coders/db-interface/ -->
<dependency>
<groupId>com.github.sanskrit-coders</groupId>
<artifactId>db-interface</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sanskrit-coders/db-interface/
implementation 'com.github.sanskrit-coders:db-interface:1.7'
// https://jarcasting.com/artifacts/com.github.sanskrit-coders/db-interface/
implementation ("com.github.sanskrit-coders:db-interface:1.7")
'com.github.sanskrit-coders:db-interface:jar:1.7'
<dependency org="com.github.sanskrit-coders" name="db-interface" rev="1.7">
<artifact name="db-interface" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sanskrit-coders', module='db-interface', version='1.7')
)
libraryDependencies += "com.github.sanskrit-coders" % "db-interface" % "1.7"
[com.github.sanskrit-coders/db-interface "1.7"]