GroupId | GroupIdcom.github.kaixinzyw |
---|---|
ArtifactId | ArtifactIdfast-db-template |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
fast-db-template-2.0.pom | |
fast-db-template-2.0.jar | 123 KB |
fast-db-template-2.0-sources.jar | 74 KB |
fast-db-template-2.0-javadoc.jar | 548 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kaixinzyw/fast-db-template/ -->
<dependency>
<groupId>com.github.kaixinzyw</groupId>
<artifactId>fast-db-template</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kaixinzyw/fast-db-template/
implementation 'com.github.kaixinzyw:fast-db-template:2.0'
// https://jarcasting.com/artifacts/com.github.kaixinzyw/fast-db-template/
implementation ("com.github.kaixinzyw:fast-db-template:2.0")
'com.github.kaixinzyw:fast-db-template:jar:2.0'
<dependency org="com.github.kaixinzyw" name="fast-db-template" rev="2.0">
<artifact name="fast-db-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kaixinzyw', module='fast-db-template', version='2.0')
)
libraryDependencies += "com.github.kaixinzyw" % "fast-db-template" % "2.0"
[com.github.kaixinzyw/fast-db-template "2.0"]