is not current version
Last Version 2.15.1

io.jooby:jooby 2.8.4


Categories

Categories

Jooby User Interface Web Frameworks
GroupId

GroupId

io.jooby
ArtifactId

ArtifactId

jooby
Version

Version

2.8.4
Type

Type

jar

Download jooby 2.8.4


<!-- https://jarcasting.com/artifacts/io.jooby/jooby/ -->
<dependency>
    <groupId>io.jooby</groupId>
    <artifactId>jooby</artifactId>
    <version>2.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.jooby/jooby/
implementation 'io.jooby:jooby:2.8.4'
// https://jarcasting.com/artifacts/io.jooby/jooby/
implementation ("io.jooby:jooby:2.8.4")
'io.jooby:jooby:jar:2.8.4'
<dependency org="io.jooby" name="jooby" rev="2.8.4">
  <artifact name="jooby" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jooby', module='jooby', version='2.8.4')
)
libraryDependencies += "io.jooby" % "jooby" % "2.8.4"
[io.jooby/jooby "2.8.4"]