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