GroupId | GroupIdcom.avast.bytes |
---|---|
ArtifactId | ArtifactIdbytes-gpb |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
bytes-gpb-2.1.0.pom | |
bytes-gpb-2.1.0.jar | 1 KB |
bytes-gpb-2.1.0-sources.jar | 1 KB |
bytes-gpb-2.1.0-javadoc.jar | 388 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.avast.bytes/bytes-gpb/ -->
<dependency>
<groupId>com.avast.bytes</groupId>
<artifactId>bytes-gpb</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.avast.bytes/bytes-gpb/
implementation 'com.avast.bytes:bytes-gpb:2.1.0'
// https://jarcasting.com/artifacts/com.avast.bytes/bytes-gpb/
implementation ("com.avast.bytes:bytes-gpb:2.1.0")
'com.avast.bytes:bytes-gpb:jar:2.1.0'
<dependency org="com.avast.bytes" name="bytes-gpb" rev="2.1.0">
<artifact name="bytes-gpb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.avast.bytes', module='bytes-gpb', version='2.1.0')
)
libraryDependencies += "com.avast.bytes" % "bytes-gpb" % "2.1.0"
[com.avast.bytes/bytes-gpb "2.1.0"]