Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.fartherp |
ArtifactId | ArtifactIdframework-database |
Version | Version1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
framework-database-1.2.2.pom | |
framework-database-1.2.2.jar | 78 KB |
framework-database-1.2.2-sources.jar | 52 KB |
framework-database-1.2.2-javadoc.jar | 429 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fartherp/framework-database/ -->
<dependency>
<groupId>com.github.fartherp</groupId>
<artifactId>framework-database</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp/framework-database/
implementation 'com.github.fartherp:framework-database:1.2.2'
// https://jarcasting.com/artifacts/com.github.fartherp/framework-database/
implementation ("com.github.fartherp:framework-database:1.2.2")
'com.github.fartherp:framework-database:jar:1.2.2'
<dependency org="com.github.fartherp" name="framework-database" rev="1.2.2">
<artifact name="framework-database" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp', module='framework-database', version='1.2.2')
)
libraryDependencies += "com.github.fartherp" % "framework-database" % "1.2.2"
[com.github.fartherp/framework-database "1.2.2"]