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