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