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