| GroupId | GroupIdcom.github.heuermh.sparkling |
|---|---|
| ArtifactId | ArtifactIdsparkling-template |
| Version | Version1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sparkling-template-1.1.pom | |
| sparkling-template-1.1.jar | 3 KB |
| sparkling-template-1.1-sources.jar | 1 KB |
| sparkling-template-1.1-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.heuermh.sparkling/sparkling-template/ -->
<dependency>
<groupId>com.github.heuermh.sparkling</groupId>
<artifactId>sparkling-template</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.heuermh.sparkling/sparkling-template/
implementation 'com.github.heuermh.sparkling:sparkling-template:1.1'
// https://jarcasting.com/artifacts/com.github.heuermh.sparkling/sparkling-template/
implementation ("com.github.heuermh.sparkling:sparkling-template:1.1")
'com.github.heuermh.sparkling:sparkling-template:jar:1.1'
<dependency org="com.github.heuermh.sparkling" name="sparkling-template" rev="1.1">
<artifact name="sparkling-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.heuermh.sparkling', module='sparkling-template', version='1.1')
)
libraryDependencies += "com.github.heuermh.sparkling" % "sparkling-template" % "1.1"
[com.github.heuermh.sparkling/sparkling-template "1.1"]