is not current version
Last Version 1.147

io.thestencil:stencil-core 1.142


GroupId

GroupId

io.thestencil
ArtifactId

ArtifactId

stencil-core
Version

Version

1.142
Type

Type

pom

Download stencil-core 1.142

Filename Size
stencil-core-1.142.pom 722 bytes
Browse

<!-- https://jarcasting.com/artifacts/io.thestencil/stencil-core/ -->
<dependency>
    <groupId>io.thestencil</groupId>
    <artifactId>stencil-core</artifactId>
    <version>1.142</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.thestencil/stencil-core/
implementation 'io.thestencil:stencil-core:1.142'
// https://jarcasting.com/artifacts/io.thestencil/stencil-core/
implementation ("io.thestencil:stencil-core:1.142")
'io.thestencil:stencil-core:pom:1.142'
<dependency org="io.thestencil" name="stencil-core" rev="1.142">
  <artifact name="stencil-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.thestencil', module='stencil-core', version='1.142')
)
libraryDependencies += "io.thestencil" % "stencil-core" % "1.142"
[io.thestencil/stencil-core "1.142"]