License |
License |
---|---|
GroupId | GroupIdcom.dyuproject.protostuff |
ArtifactId | ArtifactIdprotostuff-api |
Last Version | Last Version1.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionprotostuff :: api
serialization api for messages
|
Filename | Size |
---|---|
protostuff-api-1.2.2.pom | |
protostuff-api-1.2.2.jar | 47 KB |
protostuff-api-1.2.2-tests.jar | 19 KB |
protostuff-api-1.2.2-sources.jar | 44 KB |
protostuff-api-1.2.2-javadoc.jar | 173 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-api/ -->
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-api</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-api/
implementation 'com.dyuproject.protostuff:protostuff-api:1.2.2'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-api/
implementation ("com.dyuproject.protostuff:protostuff-api:1.2.2")
'com.dyuproject.protostuff:protostuff-api:jar:1.2.2'
<dependency org="com.dyuproject.protostuff" name="protostuff-api" rev="1.2.2">
<artifact name="protostuff-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff', module='protostuff-api', version='1.2.2')
)
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-api" % "1.2.2"
[com.dyuproject.protostuff/protostuff-api "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |