License |
License |
---|---|
GroupId | GroupIdcom.dyuproject.protostuff |
ArtifactId | ArtifactIdprotostuff-codegen |
Last Version | Last Version1.0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionprotostuff :: codegen
code generator for protobuf+json, gwt json overlays
|
Project URL |
Project URL |
Filename | Size |
---|---|
protostuff-codegen-1.0.9.pom | |
protostuff-codegen-1.0.9.jar | 25 KB |
protostuff-codegen-1.0.9-sources.jar | 19 KB |
protostuff-codegen-1.0.9-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-codegen/ -->
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-codegen</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-codegen/
implementation 'com.dyuproject.protostuff:protostuff-codegen:1.0.9'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-codegen/
implementation ("com.dyuproject.protostuff:protostuff-codegen:1.0.9")
'com.dyuproject.protostuff:protostuff-codegen:jar:1.0.9'
<dependency org="com.dyuproject.protostuff" name="protostuff-codegen" rev="1.0.9">
<artifact name="protostuff-codegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff', module='protostuff-codegen', version='1.0.9')
)
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-codegen" % "1.0.9"
[com.dyuproject.protostuff/protostuff-codegen "1.0.9"]
Group / Artifact | Type | Version |
---|---|---|
com.dyuproject.protostuff : protostuff-model | jar | 1.0.9 |
com.dyuproject.protostuff : protostuff-model-json | jar | 1.0.9 |
org.apache.velocity : velocity | jar | 1.6.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |