GroupId | GroupIdio.github.asseco-pst |
---|---|
ArtifactId | ArtifactIdliberty |
Version | Version0.0.4 |
Type | Typepom |
Filename | Size |
---|---|
liberty-0.0.4.pom | |
liberty-0.0.4-all.jar | 7 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.asseco-pst/liberty/ -->
<dependency>
<groupId>io.github.asseco-pst</groupId>
<artifactId>liberty</artifactId>
<version>0.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.asseco-pst/liberty/
implementation 'io.github.asseco-pst:liberty:0.0.4'
// https://jarcasting.com/artifacts/io.github.asseco-pst/liberty/
implementation ("io.github.asseco-pst:liberty:0.0.4")
'io.github.asseco-pst:liberty:pom:0.0.4'
<dependency org="io.github.asseco-pst" name="liberty" rev="0.0.4">
<artifact name="liberty" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.asseco-pst', module='liberty', version='0.0.4')
)
libraryDependencies += "io.github.asseco-pst" % "liberty" % "0.0.4"
[io.github.asseco-pst/liberty "0.0.4"]