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