Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.thesamet.scalapb |
ArtifactId | ArtifactIdcompilerplugin_2.13 |
Version | Version0.10.9 |
Type | Typejar |
Filename | Size |
---|---|
compilerplugin_2.13-0.10.9.pom | |
compilerplugin_2.13-0.10.9.jar | 434 KB |
compilerplugin_2.13-0.10.9-sources.jar | 38 KB |
compilerplugin_2.13-0.10.9-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thesamet.scalapb/compilerplugin_2.13/ -->
<dependency>
<groupId>com.thesamet.scalapb</groupId>
<artifactId>compilerplugin_2.13</artifactId>
<version>0.10.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesamet.scalapb/compilerplugin_2.13/
implementation 'com.thesamet.scalapb:compilerplugin_2.13:0.10.9'
// https://jarcasting.com/artifacts/com.thesamet.scalapb/compilerplugin_2.13/
implementation ("com.thesamet.scalapb:compilerplugin_2.13:0.10.9")
'com.thesamet.scalapb:compilerplugin_2.13:jar:0.10.9'
<dependency org="com.thesamet.scalapb" name="compilerplugin_2.13" rev="0.10.9">
<artifact name="compilerplugin_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesamet.scalapb', module='compilerplugin_2.13', version='0.10.9')
)
libraryDependencies += "com.thesamet.scalapb" % "compilerplugin_2.13" % "0.10.9"
[com.thesamet.scalapb/compilerplugin_2.13 "0.10.9"]