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