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