License |
License |
---|---|
Categories |
CategoriesJooby User Interface Web Frameworks |
GroupId | GroupIdio.jooby |
ArtifactId | ArtifactIdjooby-bom |
Version | Version2.9.6 |
Type | Typepom |
Description |
DescriptionJooby (Bill of Materials)
|
Project URL |
Project URL |
Filename | Size |
---|---|
jooby-bom-2.9.6.pom | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.jooby/jooby-bom/ -->
<dependency>
<groupId>io.jooby</groupId>
<artifactId>jooby-bom</artifactId>
<version>2.9.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.jooby/jooby-bom/
implementation 'io.jooby:jooby-bom:2.9.6'
// https://jarcasting.com/artifacts/io.jooby/jooby-bom/
implementation ("io.jooby:jooby-bom:2.9.6")
'io.jooby:jooby-bom:pom:2.9.6'
<dependency org="io.jooby" name="jooby-bom" rev="2.9.6">
<artifact name="jooby-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.jooby', module='jooby-bom', version='2.9.6')
)
libraryDependencies += "io.jooby" % "jooby-bom" % "2.9.6"
[io.jooby/jooby-bom "2.9.6"]