GroupId | GroupIdio.thestencil |
---|---|
ArtifactId | ArtifactIdstencil-static-content |
Version | Version1.019 |
Type | Typejar |
Filename | Size |
---|---|
stencil-static-content-1.019.pom | |
stencil-static-content-1.019.jar | 101 KB |
stencil-static-content-1.019-sources.jar | 58 KB |
stencil-static-content-1.019-javadoc.jar | 795 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.thestencil/stencil-static-content/ -->
<dependency>
<groupId>io.thestencil</groupId>
<artifactId>stencil-static-content</artifactId>
<version>1.019</version>
</dependency>
// https://jarcasting.com/artifacts/io.thestencil/stencil-static-content/
implementation 'io.thestencil:stencil-static-content:1.019'
// https://jarcasting.com/artifacts/io.thestencil/stencil-static-content/
implementation ("io.thestencil:stencil-static-content:1.019")
'io.thestencil:stencil-static-content:jar:1.019'
<dependency org="io.thestencil" name="stencil-static-content" rev="1.019">
<artifact name="stencil-static-content" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thestencil', module='stencil-static-content', version='1.019')
)
libraryDependencies += "io.thestencil" % "stencil-static-content" % "1.019"
[io.thestencil/stencil-static-content "1.019"]