License |
License |
---|---|
Categories |
CategoriesJooby User Interface Web Frameworks |
GroupId | GroupIdorg.jooby |
ArtifactId | ArtifactIdjooby-bom |
Last Version | Last Version1.6.8 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjooby-bom
Jooby (Bill of Materials)
|
Project URL |
Project URL |
Filename | Size |
---|---|
jooby-bom-1.6.8.pom | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jooby/jooby-bom/ -->
<dependency>
<groupId>org.jooby</groupId>
<artifactId>jooby-bom</artifactId>
<version>1.6.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/jooby-bom/
implementation 'org.jooby:jooby-bom:1.6.8'
// https://jarcasting.com/artifacts/org.jooby/jooby-bom/
implementation ("org.jooby:jooby-bom:1.6.8")
'org.jooby:jooby-bom:pom:1.6.8'
<dependency org="org.jooby" name="jooby-bom" rev="1.6.8">
<artifact name="jooby-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='jooby-bom', version='1.6.8')
)
libraryDependencies += "org.jooby" % "jooby-bom" % "1.6.8"
[org.jooby/jooby-bom "1.6.8"]