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