GroupId | GroupIdcom.github.kaixinzyw |
---|---|
ArtifactId | ArtifactIdfast-db-template |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
fast-db-template-2.0.2.pom | |
fast-db-template-2.0.2.jar | 117 KB |
fast-db-template-2.0.2-sources.jar | 70 KB |
fast-db-template-2.0.2-javadoc.jar | 487 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kaixinzyw/fast-db-template/
implementation 'com.github.kaixinzyw:fast-db-template:2.0.2'
// https://jarcasting.com/artifacts/com.github.kaixinzyw/fast-db-template/
implementation ("com.github.kaixinzyw:fast-db-template:2.0.2")
'com.github.kaixinzyw:fast-db-template:jar:2.0.2'
<dependency org="com.github.kaixinzyw" name="fast-db-template" rev="2.0.2">
<artifact name="fast-db-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kaixinzyw', module='fast-db-template', version='2.0.2')
)
libraryDependencies += "com.github.kaixinzyw" % "fast-db-template" % "2.0.2"
[com.github.kaixinzyw/fast-db-template "2.0.2"]