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