is not current version
Last Version 2.15.1

io.jooby:jooby-project 2.0.6

The modular web framework for Java and Kotlin

Categories

Categories

Jooby User Interface Web Frameworks
GroupId

GroupId

io.jooby
ArtifactId

ArtifactId

jooby-project
Version

Version

2.0.6
Type

Type

pom

Download jooby-project 2.0.6

Filename Size
jooby-project-2.0.6.pom 41 KB
Browse

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