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