is not current version
Last Version 2.15.1

io.jooby:jooby-project 2.9.3

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.9.3
Type

Type

pom

Download jooby-project 2.9.3

Filename Size
jooby-project-2.9.3.pom 52 KB
Browse

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