GroupId | GroupIdio.thestencil |
---|---|
ArtifactId | ArtifactIdstencil-static-content |
Version | Version1.115 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.thestencil/stencil-static-content/ -->
<dependency>
<groupId>io.thestencil</groupId>
<artifactId>stencil-static-content</artifactId>
<version>1.115</version>
</dependency>
// https://jarcasting.com/artifacts/io.thestencil/stencil-static-content/
implementation 'io.thestencil:stencil-static-content:1.115'
// https://jarcasting.com/artifacts/io.thestencil/stencil-static-content/
implementation ("io.thestencil:stencil-static-content:1.115")
'io.thestencil:stencil-static-content:jar:1.115'
<dependency org="io.thestencil" name="stencil-static-content" rev="1.115">
<artifact name="stencil-static-content" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thestencil', module='stencil-static-content', version='1.115')
)
libraryDependencies += "io.thestencil" % "stencil-static-content" % "1.115"
[io.thestencil/stencil-static-content "1.115"]