| Категории |
КатегорииДанные |
|---|---|
| Группа | Группаcom.github.fartherp |
| Идентификатор | Идентификаторframework-database |
| Версия | Версия3.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| framework-database-3.0.1.pom | |
| framework-database-3.0.1.jar | 84 KB |
| framework-database-3.0.1-sources.jar | 56 KB |
| framework-database-3.0.1-javadoc.jar | 436 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.fartherp/framework-database/ -->
<dependency>
<groupId>com.github.fartherp</groupId>
<artifactId>framework-database</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp/framework-database/
implementation 'com.github.fartherp:framework-database:3.0.1'
// https://jarcasting.com/artifacts/com.github.fartherp/framework-database/
implementation ("com.github.fartherp:framework-database:3.0.1")
'com.github.fartherp:framework-database:jar:3.0.1'
<dependency org="com.github.fartherp" name="framework-database" rev="3.0.1">
<artifact name="framework-database" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp', module='framework-database', version='3.0.1')
)
libraryDependencies += "com.github.fartherp" % "framework-database" % "3.0.1"
[com.github.fartherp/framework-database "3.0.1"]