| GroupId | GroupIdcom.github.618lf |
|---|---|
| ArtifactId | ArtifactIdswak-core |
| Version | Version1.1.2_final |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| swak-core-1.1.2_final.pom | |
| swak-core-1.1.2_final.jar | 605 KB |
| swak-core-1.1.2_final-sources.jar | 421 KB |
| swak-core-1.1.2_final-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.618lf/swak-core/ -->
<dependency>
<groupId>com.github.618lf</groupId>
<artifactId>swak-core</artifactId>
<version>1.1.2_final</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.618lf/swak-core/
implementation 'com.github.618lf:swak-core:1.1.2_final'
// https://jarcasting.com/artifacts/com.github.618lf/swak-core/
implementation ("com.github.618lf:swak-core:1.1.2_final")
'com.github.618lf:swak-core:jar:1.1.2_final'
<dependency org="com.github.618lf" name="swak-core" rev="1.1.2_final">
<artifact name="swak-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.618lf', module='swak-core', version='1.1.2_final')
)
libraryDependencies += "com.github.618lf" % "swak-core" % "1.1.2_final"
[com.github.618lf/swak-core "1.1.2_final"]