Categories |
CategoriesJooby User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.jooby |
ArtifactId | ArtifactIdjooby-test |
Version | Version2.8.2 |
Type | Typejar |
Filename | Size |
---|---|
jooby-test-2.8.2.pom | |
jooby-test-2.8.2.jar | 32 KB |
jooby-test-2.8.2-sources.jar | 17 KB |
jooby-test-2.8.2-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.jooby/jooby-test/ -->
<dependency>
<groupId>io.jooby</groupId>
<artifactId>jooby-test</artifactId>
<version>2.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.jooby/jooby-test/
implementation 'io.jooby:jooby-test:2.8.2'
// https://jarcasting.com/artifacts/io.jooby/jooby-test/
implementation ("io.jooby:jooby-test:2.8.2")
'io.jooby:jooby-test:jar:2.8.2'
<dependency org="io.jooby" name="jooby-test" rev="2.8.2">
<artifact name="jooby-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jooby', module='jooby-test', version='2.8.2')
)
libraryDependencies += "io.jooby" % "jooby-test" % "2.8.2"
[io.jooby/jooby-test "2.8.2"]