GroupId | GroupIdorg.anarres.lzo |
---|---|
ArtifactId | ArtifactIdlzo-commons |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
lzo-commons-1.0.2.pom | |
lzo-commons-1.0.2.jar | 3 KB |
lzo-commons-1.0.2-sources.jar | 2 KB |
lzo-commons-1.0.2-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.anarres.lzo/lzo-commons/ -->
<dependency>
<groupId>org.anarres.lzo</groupId>
<artifactId>lzo-commons</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.anarres.lzo/lzo-commons/
implementation 'org.anarres.lzo:lzo-commons:1.0.2'
// https://jarcasting.com/artifacts/org.anarres.lzo/lzo-commons/
implementation ("org.anarres.lzo:lzo-commons:1.0.2")
'org.anarres.lzo:lzo-commons:jar:1.0.2'
<dependency org="org.anarres.lzo" name="lzo-commons" rev="1.0.2">
<artifact name="lzo-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.anarres.lzo', module='lzo-commons', version='1.0.2')
)
libraryDependencies += "org.anarres.lzo" % "lzo-commons" % "1.0.2"
[org.anarres.lzo/lzo-commons "1.0.2"]