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