License |
License |
---|---|
GroupId | GroupIdcom.struqt |
ArtifactId | ArtifactIdstruqt-jdbc |
Version | Version0.9.1 |
Type | Typepom |
Description |
DescriptionStruqtJDBC
StruqtJDBC is a Lightweight JDBC Persistence Library for Java
|
Project Organization |
Project OrganizationThe Struqt Project |
Filename | Size |
---|---|
struqt-jdbc-0.9.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.struqt/struqt-jdbc/ -->
<dependency>
<groupId>com.struqt</groupId>
<artifactId>struqt-jdbc</artifactId>
<version>0.9.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.struqt/struqt-jdbc/
implementation 'com.struqt:struqt-jdbc:0.9.1'
// https://jarcasting.com/artifacts/com.struqt/struqt-jdbc/
implementation ("com.struqt:struqt-jdbc:0.9.1")
'com.struqt:struqt-jdbc:pom:0.9.1'
<dependency org="com.struqt" name="struqt-jdbc" rev="0.9.1">
<artifact name="struqt-jdbc" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.struqt', module='struqt-jdbc', version='0.9.1')
)
libraryDependencies += "com.struqt" % "struqt-jdbc" % "0.9.1"
[com.struqt/struqt-jdbc "0.9.1"]