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