GroupId | GroupIdio.thestencil |
---|---|
ArtifactId | ArtifactIdstencil-build-parent |
Version | Version1.136 |
Type | Typepom |
Filename | Size |
---|---|
stencil-build-parent-1.136.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.136</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.thestencil/stencil-build-parent/
implementation 'io.thestencil:stencil-build-parent:1.136'
// https://jarcasting.com/artifacts/io.thestencil/stencil-build-parent/
implementation ("io.thestencil:stencil-build-parent:1.136")
'io.thestencil:stencil-build-parent:pom:1.136'
<dependency org="io.thestencil" name="stencil-build-parent" rev="1.136">
<artifact name="stencil-build-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.thestencil', module='stencil-build-parent', version='1.136')
)
libraryDependencies += "io.thestencil" % "stencil-build-parent" % "1.136"
[io.thestencil/stencil-build-parent "1.136"]