Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee |
ArtifactId | ArtifactIdfasterxml-bom |
Version | Version1.1.1.0-jre8 |
Type | Typepom |
Filename | Size |
---|---|
fasterxml-bom-1.1.1.0-jre8.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee/fasterxml-bom/ -->
<dependency>
<groupId>com.guicedee</groupId>
<artifactId>fasterxml-bom</artifactId>
<version>1.1.1.0-jre8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee/fasterxml-bom/
implementation 'com.guicedee:fasterxml-bom:1.1.1.0-jre8'
// https://jarcasting.com/artifacts/com.guicedee/fasterxml-bom/
implementation ("com.guicedee:fasterxml-bom:1.1.1.0-jre8")
'com.guicedee:fasterxml-bom:pom:1.1.1.0-jre8'
<dependency org="com.guicedee" name="fasterxml-bom" rev="1.1.1.0-jre8">
<artifact name="fasterxml-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.guicedee', module='fasterxml-bom', version='1.1.1.0-jre8')
)
libraryDependencies += "com.guicedee" % "fasterxml-bom" % "1.1.1.0-jre8"
[com.guicedee/fasterxml-bom "1.1.1.0-jre8"]