Categories |
CategoriesScala Languages Protobuf Data Data Structures Native Development Tools |
---|---|
GroupId | GroupIdcom.thesamet.scalapb |
ArtifactId | ArtifactIdprotobuf-runtime-scala_native0.3_2.11 |
Version | Version0.7.3 |
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.7.3</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.7.3'
// 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.7.3")
'com.thesamet.scalapb:protobuf-runtime-scala_native0.3_2.11:jar:0.7.3'
<dependency org="com.thesamet.scalapb" name="protobuf-runtime-scala_native0.3_2.11" rev="0.7.3">
<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.7.3')
)
libraryDependencies += "com.thesamet.scalapb" % "protobuf-runtime-scala_native0.3_2.11" % "0.7.3"
[com.thesamet.scalapb/protobuf-runtime-scala_native0.3_2.11 "0.7.3"]