| License |
License |
|---|---|
| GroupId | GroupIdio.strikt |
| ArtifactId | ArtifactIdstrikt-bom |
| Last Version | Last Version0.34.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionstrikt-bom
Bill of materials to make sure a consistent set of versions is used for Strikt.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| strikt-bom-0.34.1.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/io.strikt/strikt-bom/ -->
<dependency>
<groupId>io.strikt</groupId>
<artifactId>strikt-bom</artifactId>
<version>0.34.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.strikt/strikt-bom/
implementation 'io.strikt:strikt-bom:0.34.1'
// https://jarcasting.com/artifacts/io.strikt/strikt-bom/
implementation ("io.strikt:strikt-bom:0.34.1")
'io.strikt:strikt-bom:pom:0.34.1'
<dependency org="io.strikt" name="strikt-bom" rev="0.34.1">
<artifact name="strikt-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.strikt', module='strikt-bom', version='0.34.1')
)
libraryDependencies += "io.strikt" % "strikt-bom" % "0.34.1"
[io.strikt/strikt-bom "0.34.1"]