| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.smolok |
| ArtifactId | ArtifactIdsmolok-bom |
| Version | Version0.0.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| smolok-bom-0.0.4.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.smolok/smolok-bom/ -->
<dependency>
<groupId>net.smolok</groupId>
<artifactId>smolok-bom</artifactId>
<version>0.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.smolok/smolok-bom/
implementation 'net.smolok:smolok-bom:0.0.4'
// https://jarcasting.com/artifacts/net.smolok/smolok-bom/
implementation ("net.smolok:smolok-bom:0.0.4")
'net.smolok:smolok-bom:pom:0.0.4'
<dependency org="net.smolok" name="smolok-bom" rev="0.0.4">
<artifact name="smolok-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.smolok', module='smolok-bom', version='0.0.4')
)
libraryDependencies += "net.smolok" % "smolok-bom" % "0.0.4"
[net.smolok/smolok-bom "0.0.4"]