Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.thesamet.scalapb |
ArtifactId | ArtifactIdcompilerplugin_2.13 |
Version | Version0.10.10-preview9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.thesamet.scalapb/compilerplugin_2.13/ -->
<dependency>
<groupId>com.thesamet.scalapb</groupId>
<artifactId>compilerplugin_2.13</artifactId>
<version>0.10.10-preview9</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesamet.scalapb/compilerplugin_2.13/
implementation 'com.thesamet.scalapb:compilerplugin_2.13:0.10.10-preview9'
// https://jarcasting.com/artifacts/com.thesamet.scalapb/compilerplugin_2.13/
implementation ("com.thesamet.scalapb:compilerplugin_2.13:0.10.10-preview9")
'com.thesamet.scalapb:compilerplugin_2.13:jar:0.10.10-preview9'
<dependency org="com.thesamet.scalapb" name="compilerplugin_2.13" rev="0.10.10-preview9">
<artifact name="compilerplugin_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesamet.scalapb', module='compilerplugin_2.13', version='0.10.10-preview9')
)
libraryDependencies += "com.thesamet.scalapb" % "compilerplugin_2.13" % "0.10.10-preview9"
[com.thesamet.scalapb/compilerplugin_2.13 "0.10.10-preview9"]