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