is not current version
Last Version 1.2

net.catte:scalapb-maven 1.0

Maven plugin to compile Protobuf files in Scala using ScalaPB

Categories

Categories

Scala Languages Maven Build Tools Net
GroupId

GroupId

net.catte
ArtifactId

ArtifactId

scalapb-maven
Version

Version

1.0
Type

Type

pom

Download scalapb-maven 1.0

Filename Size
scalapb-maven-1.0.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/net.catte/scalapb-maven/ -->
<dependency>
    <groupId>net.catte</groupId>
    <artifactId>scalapb-maven</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.catte/scalapb-maven/
implementation 'net.catte:scalapb-maven:1.0'
// https://jarcasting.com/artifacts/net.catte/scalapb-maven/
implementation ("net.catte:scalapb-maven:1.0")
'net.catte:scalapb-maven:pom:1.0'
<dependency org="net.catte" name="scalapb-maven" rev="1.0">
  <artifact name="scalapb-maven" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.catte', module='scalapb-maven', version='1.0')
)
libraryDependencies += "net.catte" % "scalapb-maven" % "1.0"
[net.catte/scalapb-maven "1.0"]