GroupId | GroupIdcom.github.swri-robotics |
---|---|
ArtifactId | ArtifactIdlz4 |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
lz4-1.4.0.pom | |
lz4-1.4.0.jar | 246 KB |
lz4-1.4.0-sources.jar | 56 KB |
lz4-1.4.0-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.swri-robotics/lz4/ -->
<dependency>
<groupId>com.github.swri-robotics</groupId>
<artifactId>lz4</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.swri-robotics/lz4/
implementation 'com.github.swri-robotics:lz4:1.4.0'
// https://jarcasting.com/artifacts/com.github.swri-robotics/lz4/
implementation ("com.github.swri-robotics:lz4:1.4.0")
'com.github.swri-robotics:lz4:jar:1.4.0'
<dependency org="com.github.swri-robotics" name="lz4" rev="1.4.0">
<artifact name="lz4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.swri-robotics', module='lz4', version='1.4.0')
)
libraryDependencies += "com.github.swri-robotics" % "lz4" % "1.4.0"
[com.github.swri-robotics/lz4 "1.4.0"]