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