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