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