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