License |
License |
---|---|
GroupId | GroupIdio.protostuff |
ArtifactId | ArtifactIdprotostuff-api |
Last Version | Last Version1.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionprotostuff :: api
serialization api for messages
|
Filename | Size |
---|---|
protostuff-api-1.8.0.pom | |
protostuff-api-1.8.0.jar | 57 KB |
protostuff-api-1.8.0-tests.jar | 22 KB |
protostuff-api-1.8.0-sources.jar | 54 KB |
protostuff-api-1.8.0-javadoc.jar | 222 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.protostuff/protostuff-api/ -->
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-api</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.protostuff/protostuff-api/
implementation 'io.protostuff:protostuff-api:1.8.0'
// https://jarcasting.com/artifacts/io.protostuff/protostuff-api/
implementation ("io.protostuff:protostuff-api:1.8.0")
'io.protostuff:protostuff-api:jar:1.8.0'
<dependency org="io.protostuff" name="protostuff-api" rev="1.8.0">
<artifact name="protostuff-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.protostuff', module='protostuff-api', version='1.8.0')
)
libraryDependencies += "io.protostuff" % "protostuff-api" % "1.8.0"
[io.protostuff/protostuff-api "1.8.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |