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