is not current version
Last Version 0.34.1

io.strikt:strikt-bom 0.30.0

Bill of materials to make sure a consistent set of versions is used for Strikt.

GroupId

GroupId

io.strikt
ArtifactId

ArtifactId

strikt-bom
Version

Version

0.30.0
Type

Type

pom

Download strikt-bom 0.30.0


<!-- https://jarcasting.com/artifacts/io.strikt/strikt-bom/ -->
<dependency>
    <groupId>io.strikt</groupId>
    <artifactId>strikt-bom</artifactId>
    <version>0.30.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.strikt/strikt-bom/
implementation 'io.strikt:strikt-bom:0.30.0'
// https://jarcasting.com/artifacts/io.strikt/strikt-bom/
implementation ("io.strikt:strikt-bom:0.30.0")
'io.strikt:strikt-bom:pom:0.30.0'
<dependency org="io.strikt" name="strikt-bom" rev="0.30.0">
  <artifact name="strikt-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.strikt', module='strikt-bom', version='0.30.0')
)
libraryDependencies += "io.strikt" % "strikt-bom" % "0.30.0"
[io.strikt/strikt-bom "0.30.0"]