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