GroupId | GroupIdcom.dyuproject.protostuff |
---|---|
ArtifactId | ArtifactIdprotostuff-codegen |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
protostuff-codegen-1.0.1.pom | |
protostuff-codegen-1.0.1.jar | 25 KB |
protostuff-codegen-1.0.1-sources.jar | 19 KB |
protostuff-codegen-1.0.1-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-codegen/ -->
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-codegen</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-codegen/
implementation 'com.dyuproject.protostuff:protostuff-codegen:1.0.1'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-codegen/
implementation ("com.dyuproject.protostuff:protostuff-codegen:1.0.1")
'com.dyuproject.protostuff:protostuff-codegen:jar:1.0.1'
<dependency org="com.dyuproject.protostuff" name="protostuff-codegen" rev="1.0.1">
<artifact name="protostuff-codegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff', module='protostuff-codegen', version='1.0.1')
)
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-codegen" % "1.0.1"
[com.dyuproject.protostuff/protostuff-codegen "1.0.1"]