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