<dependency> <groupId>org.reploop</groupId> <artifactId>protobuf-parser</artifactId> <version>0.20</version> </dependency>
implementation 'org.reploop:protobuf-parser:0.20'
implementation("org.reploop:protobuf-parser:0.20")
libraryDependencies += "org.reploop" % "protobuf-parser" % "0.20"
@Grapes( @Grab(group='org.reploop', module='protobuf-parser', version='0.20') )
<dependency org="org.reploop" name="protobuf-parser" rev="0.20" />
[org.reploop/protobuf-parser "0.20"]
'org.reploop:protobuf-parser:jar:0.20'
<parent> <groupId>org.reploop</groupId> <artifactId>reploop-parser</artifactId> <version>0.20</version> </parent>
compile
|-- org.reploop:parser-commons
|-- com.google.protobuf:protobuf-java
|-- org.apache.commons:commons-lang3
test
|-- org.assertj:assertj-core
|-- junit:junit