Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdru.vyarus.guicey |
ArtifactId | ArtifactIdguicey-bom |
Version | Version5.1.0-1 |
Type | Typepom |
Filename | Size |
---|---|
guicey-bom-5.1.0-1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.vyarus.guicey/guicey-bom/ -->
<dependency>
<groupId>ru.vyarus.guicey</groupId>
<artifactId>guicey-bom</artifactId>
<version>5.1.0-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ru.vyarus.guicey/guicey-bom/
implementation 'ru.vyarus.guicey:guicey-bom:5.1.0-1'
// https://jarcasting.com/artifacts/ru.vyarus.guicey/guicey-bom/
implementation ("ru.vyarus.guicey:guicey-bom:5.1.0-1")
'ru.vyarus.guicey:guicey-bom:pom:5.1.0-1'
<dependency org="ru.vyarus.guicey" name="guicey-bom" rev="5.1.0-1">
<artifact name="guicey-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='ru.vyarus.guicey', module='guicey-bom', version='5.1.0-1')
)
libraryDependencies += "ru.vyarus.guicey" % "guicey-bom" % "5.1.0-1"
[ru.vyarus.guicey/guicey-bom "5.1.0-1"]