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