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