Categories |
CategoriesProtobuf Data Data Structures |
---|---|
GroupId | GroupIdcom.skadistats |
ArtifactId | ArtifactIdclarity-protobuf |
Version | Version2 |
Type | Typejar |
Filename | Size |
---|---|
clarity-protobuf-2.pom | |
clarity-protobuf-2.jar | 6 MB |
clarity-protobuf-2-sources.jar | 1 MB |
clarity-protobuf-2-javadoc.jar | 13 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.skadistats/clarity-protobuf/ -->
<dependency>
<groupId>com.skadistats</groupId>
<artifactId>clarity-protobuf</artifactId>
<version>2</version>
</dependency>
// https://jarcasting.com/artifacts/com.skadistats/clarity-protobuf/
implementation 'com.skadistats:clarity-protobuf:2'
// https://jarcasting.com/artifacts/com.skadistats/clarity-protobuf/
implementation ("com.skadistats:clarity-protobuf:2")
'com.skadistats:clarity-protobuf:jar:2'
<dependency org="com.skadistats" name="clarity-protobuf" rev="2">
<artifact name="clarity-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.skadistats', module='clarity-protobuf', version='2')
)
libraryDependencies += "com.skadistats" % "clarity-protobuf" % "2"
[com.skadistats/clarity-protobuf "2"]