| GroupId | GroupIdtop.jfunc.common |
|---|---|
| ArtifactId | ArtifactIdcommon-db |
| Version | Version1.8.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| common-db-1.8.0.pom | |
| common-db-1.8.0.jar | 44 KB |
| common-db-1.8.0-sources.jar | 33 KB |
| common-db-1.8.0-javadoc.jar | 126 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/top.jfunc.common/common-db/ -->
<dependency>
<groupId>top.jfunc.common</groupId>
<artifactId>common-db</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/top.jfunc.common/common-db/
implementation 'top.jfunc.common:common-db:1.8.0'
// https://jarcasting.com/artifacts/top.jfunc.common/common-db/
implementation ("top.jfunc.common:common-db:1.8.0")
'top.jfunc.common:common-db:jar:1.8.0'
<dependency org="top.jfunc.common" name="common-db" rev="1.8.0">
<artifact name="common-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.jfunc.common', module='common-db', version='1.8.0')
)
libraryDependencies += "top.jfunc.common" % "common-db" % "1.8.0"
[top.jfunc.common/common-db "1.8.0"]