License |
License |
---|---|
GroupId | GroupIdcom.gitlab.bessemer |
ArtifactId | ArtifactIdbessemer-bom |
Version | Version1.0.5 |
Type | Typepom |
Description |
DescriptionSpring Boot Dependencies
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
bessemer-bom-1.0.5.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitlab.bessemer/bessemer-bom/ -->
<dependency>
<groupId>com.gitlab.bessemer</groupId>
<artifactId>bessemer-bom</artifactId>
<version>1.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.bessemer/bessemer-bom/
implementation 'com.gitlab.bessemer:bessemer-bom:1.0.5'
// https://jarcasting.com/artifacts/com.gitlab.bessemer/bessemer-bom/
implementation ("com.gitlab.bessemer:bessemer-bom:1.0.5")
'com.gitlab.bessemer:bessemer-bom:pom:1.0.5'
<dependency org="com.gitlab.bessemer" name="bessemer-bom" rev="1.0.5">
<artifact name="bessemer-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.bessemer', module='bessemer-bom', version='1.0.5')
)
libraryDependencies += "com.gitlab.bessemer" % "bessemer-bom" % "1.0.5"
[com.gitlab.bessemer/bessemer-bom "1.0.5"]