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