| Categories |
CategoriesScala Languages |
|---|---|
| GroupId | GroupIdcom.thesamet.scalapb |
| ArtifactId | ArtifactIdcompilerplugin-shaded_2.10 |
| Version | Version0.7.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| compilerplugin-shaded_2.10-0.7.3.pom | |
| compilerplugin-shaded_2.10-0.7.3.jar | 2 MB |
| compilerplugin-shaded_2.10-0.7.3-sources.jar | 267 bytes |
| compilerplugin-shaded_2.10-0.7.3-javadoc.jar | 189 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.thesamet.scalapb/compilerplugin-shaded_2.10/ -->
<dependency>
<groupId>com.thesamet.scalapb</groupId>
<artifactId>compilerplugin-shaded_2.10</artifactId>
<version>0.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesamet.scalapb/compilerplugin-shaded_2.10/
implementation 'com.thesamet.scalapb:compilerplugin-shaded_2.10:0.7.3'
// https://jarcasting.com/artifacts/com.thesamet.scalapb/compilerplugin-shaded_2.10/
implementation ("com.thesamet.scalapb:compilerplugin-shaded_2.10:0.7.3")
'com.thesamet.scalapb:compilerplugin-shaded_2.10:jar:0.7.3'
<dependency org="com.thesamet.scalapb" name="compilerplugin-shaded_2.10" rev="0.7.3">
<artifact name="compilerplugin-shaded_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesamet.scalapb', module='compilerplugin-shaded_2.10', version='0.7.3')
)
libraryDependencies += "com.thesamet.scalapb" % "compilerplugin-shaded_2.10" % "0.7.3"
[com.thesamet.scalapb/compilerplugin-shaded_2.10 "0.7.3"]