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