| GroupId | GroupIdio.protostuff | 
|---|---|
| ArtifactId | ArtifactIdprotostuff-generator | 
| Version | Version2.0.0-alpha14 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/io.protostuff/protostuff-generator/ -->
<dependency>
    <groupId>io.protostuff</groupId>
    <artifactId>protostuff-generator</artifactId>
    <version>2.0.0-alpha14</version>
</dependency>// https://jarcasting.com/artifacts/io.protostuff/protostuff-generator/
implementation 'io.protostuff:protostuff-generator:2.0.0-alpha14'// https://jarcasting.com/artifacts/io.protostuff/protostuff-generator/
implementation ("io.protostuff:protostuff-generator:2.0.0-alpha14")'io.protostuff:protostuff-generator:jar:2.0.0-alpha14'<dependency org="io.protostuff" name="protostuff-generator" rev="2.0.0-alpha14">
  <artifact name="protostuff-generator" type="jar" />
</dependency>@Grapes(
@Grab(group='io.protostuff', module='protostuff-generator', version='2.0.0-alpha14')
)libraryDependencies += "io.protostuff" % "protostuff-generator" % "2.0.0-alpha14"[io.protostuff/protostuff-generator "2.0.0-alpha14"]