| GroupId | GroupIdcom.github.flank |
|---|---|
| ArtifactId | ArtifactIdflank |
| Version | Version20.05.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| flank-20.05.0.pom | |
| flank-20.05.0.jar | 35 MB |
| flank-20.05.0-sources.jar | 4 MB |
| flank-20.05.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.flank/flank/ -->
<dependency>
<groupId>com.github.flank</groupId>
<artifactId>flank</artifactId>
<version>20.05.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.flank/flank/
implementation 'com.github.flank:flank:20.05.0'
// https://jarcasting.com/artifacts/com.github.flank/flank/
implementation ("com.github.flank:flank:20.05.0")
'com.github.flank:flank:jar:20.05.0'
<dependency org="com.github.flank" name="flank" rev="20.05.0">
<artifact name="flank" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.flank', module='flank', version='20.05.0')
)
libraryDependencies += "com.github.flank" % "flank" % "20.05.0"
[com.github.flank/flank "20.05.0"]