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