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