is not current version
Last Version 2.15.1

io.jooby:jooby-project 2.8.2

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

Type

pom

Download jooby-project 2.8.2

Filename Size
jooby-project-2.8.2.pom 50 KB
Browse

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