GroupId | GroupIdio.protostuff |
---|---|
ArtifactId | ArtifactIdprotostuff-runtime-view |
Version | Version1.4.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.protostuff/protostuff-runtime-view/ -->
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-runtime-view</artifactId>
<version>1.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.protostuff/protostuff-runtime-view/
implementation 'io.protostuff:protostuff-runtime-view:1.4.4'
// https://jarcasting.com/artifacts/io.protostuff/protostuff-runtime-view/
implementation ("io.protostuff:protostuff-runtime-view:1.4.4")
'io.protostuff:protostuff-runtime-view:jar:1.4.4'
<dependency org="io.protostuff" name="protostuff-runtime-view" rev="1.4.4">
<artifact name="protostuff-runtime-view" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.protostuff', module='protostuff-runtime-view', version='1.4.4')
)
libraryDependencies += "io.protostuff" % "protostuff-runtime-view" % "1.4.4"
[io.protostuff/protostuff-runtime-view "1.4.4"]