| GroupId | GroupIdcom.github.618lf |
|---|---|
| ArtifactId | ArtifactIdswak |
| Version | Version1.0.0_final |
| Type | Typepom |
| Filename | Size |
|---|---|
| swak-1.0.0_final.pom | 13 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.618lf/swak/ -->
<dependency>
<groupId>com.github.618lf</groupId>
<artifactId>swak</artifactId>
<version>1.0.0_final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.618lf/swak/
implementation 'com.github.618lf:swak:1.0.0_final'
// https://jarcasting.com/artifacts/com.github.618lf/swak/
implementation ("com.github.618lf:swak:1.0.0_final")
'com.github.618lf:swak:pom:1.0.0_final'
<dependency org="com.github.618lf" name="swak" rev="1.0.0_final">
<artifact name="swak" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.618lf', module='swak', version='1.0.0_final')
)
libraryDependencies += "com.github.618lf" % "swak" % "1.0.0_final"
[com.github.618lf/swak "1.0.0_final"]