| License |
License |
|---|---|
| Categories |
CategoriesJooby User Interface Web Frameworks |
| GroupId | GroupIdio.jooby |
| ArtifactId | ArtifactIdjooby-run |
| Last Version | Last Version2.15.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionThe modular web framework for Java and Kotlin
|
| Filename | Size |
|---|---|
| jooby-run-2.15.1.pom | |
| jooby-run-2.15.1.jar | 15 KB |
| jooby-run-2.15.1-sources.jar | 8 KB |
| jooby-run-2.15.1-javadoc.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.jooby/jooby-run/ -->
<dependency>
<groupId>io.jooby</groupId>
<artifactId>jooby-run</artifactId>
<version>2.15.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.jooby/jooby-run/
implementation 'io.jooby:jooby-run:2.15.1'
// https://jarcasting.com/artifacts/io.jooby/jooby-run/
implementation ("io.jooby:jooby-run:2.15.1")
'io.jooby:jooby-run:jar:2.15.1'
<dependency org="io.jooby" name="jooby-run" rev="2.15.1">
<artifact name="jooby-run" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jooby', module='jooby-run', version='2.15.1')
)
libraryDependencies += "io.jooby" % "jooby-run" % "2.15.1"
[io.jooby/jooby-run "2.15.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.36 |
| io.methvin : directory-watcher | jar | 0.15.1 |
| org.jboss.modules : jboss-modules | jar | 1.11.0.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| io.jooby : jooby | jar | 2.15.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.mockito : mockito-core | jar | 4.6.0 |
| org.jacoco : org.jacoco.agent | jar | 0.8.8 |