Categories |
CategoriesJooby User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.jooby |
ArtifactId | ArtifactIdjooby-dist |
Version | Version0.11.0 |
Type | Typejar |
Filename | Size |
---|---|
jooby-dist-0.11.0.pom | |
jooby-dist-0.11.0.jar | 3 KB |
jooby-dist-0.11.0-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jooby/jooby-dist/ -->
<dependency>
<groupId>org.jooby</groupId>
<artifactId>jooby-dist</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/jooby-dist/
implementation 'org.jooby:jooby-dist:0.11.0'
// https://jarcasting.com/artifacts/org.jooby/jooby-dist/
implementation ("org.jooby:jooby-dist:0.11.0")
'org.jooby:jooby-dist:jar:0.11.0'
<dependency org="org.jooby" name="jooby-dist" rev="0.11.0">
<artifact name="jooby-dist" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='jooby-dist', version='0.11.0')
)
libraryDependencies += "org.jooby" % "jooby-dist" % "0.11.0"
[org.jooby/jooby-dist "0.11.0"]