is not current version
Last Version 1.2

net.catte:scalapb-maven 1.1

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.1
Type

Type

pom

Download scalapb-maven 1.1

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

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