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