GroupId | GroupIdcom.github.sanskrit-coders |
---|---|
ArtifactId | ArtifactIddb-interface |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
db-interface-1.4.pom | |
db-interface-1.4.jar | 104 KB |
db-interface-1.4-sources.jar | 7 KB |
db-interface-1.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sanskrit-coders/db-interface/
implementation 'com.github.sanskrit-coders:db-interface:1.4'
// https://jarcasting.com/artifacts/com.github.sanskrit-coders/db-interface/
implementation ("com.github.sanskrit-coders:db-interface:1.4")
'com.github.sanskrit-coders:db-interface:jar:1.4'
<dependency org="com.github.sanskrit-coders" name="db-interface" rev="1.4">
<artifact name="db-interface" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sanskrit-coders', module='db-interface', version='1.4')
)
libraryDependencies += "com.github.sanskrit-coders" % "db-interface" % "1.4"
[com.github.sanskrit-coders/db-interface "1.4"]