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