Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.thesamet.scalapb |
ArtifactId | ArtifactIdcompilerplugin_2.13 |
Version | Version0.11.0-M1 |
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.11.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesamet.scalapb/compilerplugin_2.13/
implementation 'com.thesamet.scalapb:compilerplugin_2.13:0.11.0-M1'
// https://jarcasting.com/artifacts/com.thesamet.scalapb/compilerplugin_2.13/
implementation ("com.thesamet.scalapb:compilerplugin_2.13:0.11.0-M1")
'com.thesamet.scalapb:compilerplugin_2.13:jar:0.11.0-M1'
<dependency org="com.thesamet.scalapb" name="compilerplugin_2.13" rev="0.11.0-M1">
<artifact name="compilerplugin_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesamet.scalapb', module='compilerplugin_2.13', version='0.11.0-M1')
)
libraryDependencies += "com.thesamet.scalapb" % "compilerplugin_2.13" % "0.11.0-M1"
[com.thesamet.scalapb/compilerplugin_2.13 "0.11.0-M1"]