Categories |
CategoriesJooby User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.jooby |
ArtifactId | ArtifactIdjooby-dist |
Version | Version1.6.6 |
Type | Typejar |
Filename | Size |
---|---|
jooby-dist-1.6.6.pom | |
jooby-dist-1.6.6.jar | 4 KB |
jooby-dist-1.6.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/jooby-dist/
implementation 'org.jooby:jooby-dist:1.6.6'
// https://jarcasting.com/artifacts/org.jooby/jooby-dist/
implementation ("org.jooby:jooby-dist:1.6.6")
'org.jooby:jooby-dist:jar:1.6.6'
<dependency org="org.jooby" name="jooby-dist" rev="1.6.6">
<artifact name="jooby-dist" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='jooby-dist', version='1.6.6')
)
libraryDependencies += "org.jooby" % "jooby-dist" % "1.6.6"
[org.jooby/jooby-dist "1.6.6"]