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