Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.icecooly |
ArtifactId | ArtifactIdElephantJdbc |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
ElephantJdbc-1.0.0.pom | |
ElephantJdbc-1.0.0.jar | 42 KB |
ElephantJdbc-1.0.0-sources.jar | 19 KB |
ElephantJdbc-1.0.0-javadoc.jar | 144 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.icecooly/ElephantJdbc/ -->
<dependency>
<groupId>com.github.icecooly</groupId>
<artifactId>ElephantJdbc</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.icecooly/ElephantJdbc/
implementation 'com.github.icecooly:ElephantJdbc:1.0.0'
// https://jarcasting.com/artifacts/com.github.icecooly/ElephantJdbc/
implementation ("com.github.icecooly:ElephantJdbc:1.0.0")
'com.github.icecooly:ElephantJdbc:jar:1.0.0'
<dependency org="com.github.icecooly" name="ElephantJdbc" rev="1.0.0">
<artifact name="ElephantJdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.icecooly', module='ElephantJdbc', version='1.0.0')
)
libraryDependencies += "com.github.icecooly" % "ElephantJdbc" % "1.0.0"
[com.github.icecooly/ElephantJdbc "1.0.0"]