GroupId | GroupIdorg.unlaxer |
---|---|
ArtifactId | ArtifactIdunlaxer-shared |
Version | Version1.1.14 |
Type | Typejar |
Filename | Size |
---|---|
unlaxer-shared-1.1.14.pom | |
unlaxer-shared-1.1.14.jar | 37 KB |
unlaxer-shared-1.1.14-sources.jar | 17 KB |
unlaxer-shared-1.1.14-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.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.unlaxer/unlaxer-shared/
implementation 'org.unlaxer:unlaxer-shared:1.1.14'
// https://jarcasting.com/artifacts/org.unlaxer/unlaxer-shared/
implementation ("org.unlaxer:unlaxer-shared:1.1.14")
'org.unlaxer:unlaxer-shared:jar:1.1.14'
<dependency org="org.unlaxer" name="unlaxer-shared" rev="1.1.14">
<artifact name="unlaxer-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unlaxer', module='unlaxer-shared', version='1.1.14')
)
libraryDependencies += "org.unlaxer" % "unlaxer-shared" % "1.1.14"
[org.unlaxer/unlaxer-shared "1.1.14"]