GroupId | GroupIdio.mangoo |
---|---|
ArtifactId | ArtifactIdmangooio-test |
Version | Version7.1.0-RC4 |
Type | Typejar |
Filename | Size |
---|---|
mangooio-test-7.1.0-RC4.pom | |
mangooio-test-7.1.0-RC4.jar | 11 KB |
mangooio-test-7.1.0-RC4-sources.jar | 7 KB |
mangooio-test-7.1.0-RC4-javadoc.jar | 151 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.mangoo/mangooio-test/ -->
<dependency>
<groupId>io.mangoo</groupId>
<artifactId>mangooio-test</artifactId>
<version>7.1.0-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/io.mangoo/mangooio-test/
implementation 'io.mangoo:mangooio-test:7.1.0-RC4'
// https://jarcasting.com/artifacts/io.mangoo/mangooio-test/
implementation ("io.mangoo:mangooio-test:7.1.0-RC4")
'io.mangoo:mangooio-test:jar:7.1.0-RC4'
<dependency org="io.mangoo" name="mangooio-test" rev="7.1.0-RC4">
<artifact name="mangooio-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mangoo', module='mangooio-test', version='7.1.0-RC4')
)
libraryDependencies += "io.mangoo" % "mangooio-test" % "7.1.0-RC4"
[io.mangoo/mangooio-test "7.1.0-RC4"]