Categories |
CategoriesScala Languages Native Development Tools |
---|---|
GroupId | GroupIdcom.thesamet.scalapb |
ArtifactId | ArtifactIdscalapb-runtime_native0.4_2.13 |
Version | Version0.11.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.thesamet.scalapb/scalapb-runtime_native0.4_2.13/ -->
<dependency>
<groupId>com.thesamet.scalapb</groupId>
<artifactId>scalapb-runtime_native0.4_2.13</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesamet.scalapb/scalapb-runtime_native0.4_2.13/
implementation 'com.thesamet.scalapb:scalapb-runtime_native0.4_2.13:0.11.0'
// https://jarcasting.com/artifacts/com.thesamet.scalapb/scalapb-runtime_native0.4_2.13/
implementation ("com.thesamet.scalapb:scalapb-runtime_native0.4_2.13:0.11.0")
'com.thesamet.scalapb:scalapb-runtime_native0.4_2.13:jar:0.11.0'
<dependency org="com.thesamet.scalapb" name="scalapb-runtime_native0.4_2.13" rev="0.11.0">
<artifact name="scalapb-runtime_native0.4_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesamet.scalapb', module='scalapb-runtime_native0.4_2.13', version='0.11.0')
)
libraryDependencies += "com.thesamet.scalapb" % "scalapb-runtime_native0.4_2.13" % "0.11.0"
[com.thesamet.scalapb/scalapb-runtime_native0.4_2.13 "0.11.0"]