is not current version
Last Version 2.15.1

io.jooby:jooby 2.4.0


Categories

Categories

Jooby User Interface Web Frameworks
GroupId

GroupId

io.jooby
ArtifactId

ArtifactId

jooby
Version

Version

2.4.0
Type

Type

jar

Download jooby 2.4.0


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