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