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