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