| Группа | Группаcom.github.agrosner |
|---|---|
| Идентификатор | ИдентификаторDBFlow-Core |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| DBFlow-Core-1.0.1.pom | |
| DBFlow-Core-1.0.1.jar | 12 KB |
| DBFlow-Core-1.0.1-sources.jar | 10 KB |
| DBFlow-Core-1.0.1-javadoc.jar | 73 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.agrosner/DBFlow-Core/ -->
<dependency>
<groupId>com.github.agrosner</groupId>
<artifactId>DBFlow-Core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.agrosner/DBFlow-Core/
implementation 'com.github.agrosner:DBFlow-Core:1.0.1'
// https://jarcasting.com/artifacts/com.github.agrosner/DBFlow-Core/
implementation ("com.github.agrosner:DBFlow-Core:1.0.1")
'com.github.agrosner:DBFlow-Core:jar:1.0.1'
<dependency org="com.github.agrosner" name="DBFlow-Core" rev="1.0.1">
<artifact name="DBFlow-Core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.agrosner', module='DBFlow-Core', version='1.0.1')
)
libraryDependencies += "com.github.agrosner" % "DBFlow-Core" % "1.0.1"
[com.github.agrosner/DBFlow-Core "1.0.1"]