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