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