GroupId | GroupIdorg.unlaxer |
---|---|
ArtifactId | ArtifactIdunlaxer-common |
Version | Version1.1.14 |
Type | Typejar |
Filename | Size |
---|---|
unlaxer-common-1.1.14.pom | |
unlaxer-common-1.1.14.jar | 258 KB |
unlaxer-common-1.1.14-sources.jar | 129 KB |
unlaxer-common-1.1.14-javadoc.jar | 1020 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.unlaxer/unlaxer-common/ -->
<dependency>
<groupId>org.unlaxer</groupId>
<artifactId>unlaxer-common</artifactId>
<version>1.1.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.unlaxer/unlaxer-common/
implementation 'org.unlaxer:unlaxer-common:1.1.14'
// https://jarcasting.com/artifacts/org.unlaxer/unlaxer-common/
implementation ("org.unlaxer:unlaxer-common:1.1.14")
'org.unlaxer:unlaxer-common:jar:1.1.14'
<dependency org="org.unlaxer" name="unlaxer-common" rev="1.1.14">
<artifact name="unlaxer-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unlaxer', module='unlaxer-common', version='1.1.14')
)
libraryDependencies += "org.unlaxer" % "unlaxer-common" % "1.1.14"
[org.unlaxer/unlaxer-common "1.1.14"]