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