GroupId | GroupIdcom.dyuproject.protostuff |
---|---|
ArtifactId | ArtifactIdprotostuff-codegen |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
protostuff-codegen-1.0.0.pom | |
protostuff-codegen-1.0.0.jar | 25 KB |
protostuff-codegen-1.0.0-sources.jar | 19 KB |
protostuff-codegen-1.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-codegen/
implementation 'com.dyuproject.protostuff:protostuff-codegen:1.0.0'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff/protostuff-codegen/
implementation ("com.dyuproject.protostuff:protostuff-codegen:1.0.0")
'com.dyuproject.protostuff:protostuff-codegen:jar:1.0.0'
<dependency org="com.dyuproject.protostuff" name="protostuff-codegen" rev="1.0.0">
<artifact name="protostuff-codegen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff', module='protostuff-codegen', version='1.0.0')
)
libraryDependencies += "com.dyuproject.protostuff" % "protostuff-codegen" % "1.0.0"
[com.dyuproject.protostuff/protostuff-codegen "1.0.0"]