GroupId | GroupIdcom.uchicom |
---|---|
ArtifactId | ArtifactIddbd |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
dbd-0.0.1.pom | |
dbd-0.0.1.jar | 11 KB |
dbd-0.0.1-sources.jar | 5 KB |
dbd-0.0.1-javadoc.jar | 74 KB |
dbd-0.0.1-jar-with-dependencies.jar | 14 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.uchicom/dbd/ -->
<dependency>
<groupId>com.uchicom</groupId>
<artifactId>dbd</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.uchicom/dbd/
implementation 'com.uchicom:dbd:0.0.1'
// https://jarcasting.com/artifacts/com.uchicom/dbd/
implementation ("com.uchicom:dbd:0.0.1")
'com.uchicom:dbd:jar:0.0.1'
<dependency org="com.uchicom" name="dbd" rev="0.0.1">
<artifact name="dbd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uchicom', module='dbd', version='0.0.1')
)
libraryDependencies += "com.uchicom" % "dbd" % "0.0.1"
[com.uchicom/dbd "0.0.1"]