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