GroupId | GroupIdio.thestencil |
---|---|
ArtifactId | ArtifactIdstencil-core |
Version | Version1.022 |
Type | Typepom |
Filename | Size |
---|---|
stencil-core-1.022.pom | 727 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.thestencil/stencil-core/ -->
<dependency>
<groupId>io.thestencil</groupId>
<artifactId>stencil-core</artifactId>
<version>1.022</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.thestencil/stencil-core/
implementation 'io.thestencil:stencil-core:1.022'
// https://jarcasting.com/artifacts/io.thestencil/stencil-core/
implementation ("io.thestencil:stencil-core:1.022")
'io.thestencil:stencil-core:pom:1.022'
<dependency org="io.thestencil" name="stencil-core" rev="1.022">
<artifact name="stencil-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.thestencil', module='stencil-core', version='1.022')
)
libraryDependencies += "io.thestencil" % "stencil-core" % "1.022"
[io.thestencil/stencil-core "1.022"]