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