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