<dependency> <groupId>io.protostuff</groupId> <artifactId>protostuff-compiler</artifactId> <version>2.1.9</version> <type>pom</type> </dependency>
implementation 'io.protostuff:protostuff-compiler:2.1.9'
implementation("io.protostuff:protostuff-compiler:2.1.9")
libraryDependencies += "io.protostuff" % "protostuff-compiler" % "2.1.9"
@Grapes( @Grab(group='io.protostuff', module='protostuff-compiler', version='2.1.9') )
<dependency org="io.protostuff" name="protostuff-compiler" rev="2.1.9" />
[io.protostuff/protostuff-compiler "2.1.9"]
'io.protostuff:protostuff-compiler:jar:2.1.9'
compile
|-- com.google.code.findbugs:jsr305:3.0.2
|-- com.google.errorprone:error_prone_annotations:2.0.19
provided
|-- org.immutables:value:2.4.6
test
|-- org.junit.jupiter:junit-jupiter-engine
|-- org.mockito:mockito-core:2.7.22
|-- org.slf4j:slf4j-simple