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