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