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