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