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