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