GroupId | GroupIdcom.github.mizool.technology.typemapping.store |
---|---|
ArtifactId | ArtifactIdstore-jdbc |
Version | Version0.29 |
Type | Typejar |
Filename | Size |
---|---|
store-jdbc-0.29.pom | |
store-jdbc-0.29.jar | 12 KB |
store-jdbc-0.29-sources.jar | 9 KB |
store-jdbc-0.29-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mizool.technology.typemapping.store/store-jdbc/ -->
<dependency>
<groupId>com.github.mizool.technology.typemapping.store</groupId>
<artifactId>store-jdbc</artifactId>
<version>0.29</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mizool.technology.typemapping.store/store-jdbc/
implementation 'com.github.mizool.technology.typemapping.store:store-jdbc:0.29'
// https://jarcasting.com/artifacts/com.github.mizool.technology.typemapping.store/store-jdbc/
implementation ("com.github.mizool.technology.typemapping.store:store-jdbc:0.29")
'com.github.mizool.technology.typemapping.store:store-jdbc:jar:0.29'
<dependency org="com.github.mizool.technology.typemapping.store" name="store-jdbc" rev="0.29">
<artifact name="store-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mizool.technology.typemapping.store', module='store-jdbc', version='0.29')
)
libraryDependencies += "com.github.mizool.technology.typemapping.store" % "store-jdbc" % "0.29"
[com.github.mizool.technology.typemapping.store/store-jdbc "0.29"]