License |
License |
---|---|
Categories |
CategoriesJooby User Interface Web Frameworks |
GroupId | GroupIdorg.jooby |
ArtifactId | ArtifactIdjooby-project |
Last Version | Last Version1.6.9 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjooby-project
A modular micro web framework for Java and Kotlin
|
Project URL |
Project URL |
Filename | Size |
---|---|
jooby-project-1.6.9.pom | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jooby/jooby-project/ -->
<dependency>
<groupId>org.jooby</groupId>
<artifactId>jooby-project</artifactId>
<version>1.6.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/jooby-project/
implementation 'org.jooby:jooby-project:1.6.9'
// https://jarcasting.com/artifacts/org.jooby/jooby-project/
implementation ("org.jooby:jooby-project:1.6.9")
'org.jooby:jooby-project:pom:1.6.9'
<dependency org="org.jooby" name="jooby-project" rev="1.6.9">
<artifact name="jooby-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='jooby-project', version='1.6.9')
)
libraryDependencies += "org.jooby" % "jooby-project" % "1.6.9"
[org.jooby/jooby-project "1.6.9"]