Categories |
CategoriesSQLite Data Databases |
---|---|
GroupId | GroupIdcom.lgou2w |
ArtifactId | ArtifactIdldk-sql-sqlite |
Version | Version0.1.8-beta12-hotfix3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.lgou2w/ldk-sql-sqlite/ -->
<dependency>
<groupId>com.lgou2w</groupId>
<artifactId>ldk-sql-sqlite</artifactId>
<version>0.1.8-beta12-hotfix3</version>
</dependency>
// https://jarcasting.com/artifacts/com.lgou2w/ldk-sql-sqlite/
implementation 'com.lgou2w:ldk-sql-sqlite:0.1.8-beta12-hotfix3'
// https://jarcasting.com/artifacts/com.lgou2w/ldk-sql-sqlite/
implementation ("com.lgou2w:ldk-sql-sqlite:0.1.8-beta12-hotfix3")
'com.lgou2w:ldk-sql-sqlite:jar:0.1.8-beta12-hotfix3'
<dependency org="com.lgou2w" name="ldk-sql-sqlite" rev="0.1.8-beta12-hotfix3">
<artifact name="ldk-sql-sqlite" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lgou2w', module='ldk-sql-sqlite', version='0.1.8-beta12-hotfix3')
)
libraryDependencies += "com.lgou2w" % "ldk-sql-sqlite" % "0.1.8-beta12-hotfix3"
[com.lgou2w/ldk-sql-sqlite "0.1.8-beta12-hotfix3"]