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