License |
License
Apache License, Version 2.0
|
---|---|
Categories |
CategoriesScala Languages Maven Build Tools Net |
GroupId | GroupIdnet.catte |
ArtifactId | ArtifactIdscalapb-maven |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionScalaPB Maven
Maven plugin to compile Protobuf files in Scala using ScalaPB
|
Filename | Size |
---|---|
scalapb-maven-1.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.catte/scalapb-maven/ -->
<dependency>
<groupId>net.catte</groupId>
<artifactId>scalapb-maven</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.catte/scalapb-maven/
implementation 'net.catte:scalapb-maven:1.2'
// https://jarcasting.com/artifacts/net.catte/scalapb-maven/
implementation ("net.catte:scalapb-maven:1.2")
'net.catte:scalapb-maven:pom:1.2'
<dependency org="net.catte" name="scalapb-maven" rev="1.2">
<artifact name="scalapb-maven" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.catte', module='scalapb-maven', version='1.2')
)
libraryDependencies += "net.catte" % "scalapb-maven" % "1.2"
[net.catte/scalapb-maven "1.2"]