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