License |
License |
---|---|
Categories |
CategoriesJooby User Interface Web Frameworks |
GroupId | GroupIdio.jooby |
ArtifactId | ArtifactIdserver |
Last Version | Last Version2.0.0.RC2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionThe modular web framework for Java and Kotlin
|
Filename | Size |
---|---|
server-2.0.0.RC2.pom | 617 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.jooby/server/ -->
<dependency>
<groupId>io.jooby</groupId>
<artifactId>server</artifactId>
<version>2.0.0.RC2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.jooby/server/
implementation 'io.jooby:server:2.0.0.RC2'
// https://jarcasting.com/artifacts/io.jooby/server/
implementation ("io.jooby:server:2.0.0.RC2")
'io.jooby:server:pom:2.0.0.RC2'
<dependency org="io.jooby" name="server" rev="2.0.0.RC2">
<artifact name="server" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.jooby', module='server', version='2.0.0.RC2')
)
libraryDependencies += "io.jooby" % "server" % "2.0.0.RC2"
[io.jooby/server "2.0.0.RC2"]