GroupId | GroupIdio.protostuff |
---|---|
ArtifactId | ArtifactIdprotostuff-api |
Version | Version1.5.4 |
Type | Typejar |
Filename | Size |
---|---|
protostuff-api-1.5.4.pom | |
protostuff-api-1.5.4.jar | 57 KB |
protostuff-api-1.5.4-tests.jar | 22 KB |
protostuff-api-1.5.4-sources.jar | 54 KB |
protostuff-api-1.5.4-javadoc.jar | 222 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.protostuff/protostuff-api/ -->
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-api</artifactId>
<version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.protostuff/protostuff-api/
implementation 'io.protostuff:protostuff-api:1.5.4'
// https://jarcasting.com/artifacts/io.protostuff/protostuff-api/
implementation ("io.protostuff:protostuff-api:1.5.4")
'io.protostuff:protostuff-api:jar:1.5.4'
<dependency org="io.protostuff" name="protostuff-api" rev="1.5.4">
<artifact name="protostuff-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.protostuff', module='protostuff-api', version='1.5.4')
)
libraryDependencies += "io.protostuff" % "protostuff-api" % "1.5.4"
[io.protostuff/protostuff-api "1.5.4"]