Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.hglteam.platform |
ArtifactId | ArtifactIdsettings-bom |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
settings-bom-1.0.3.pom | |
settings-bom-1.0.3.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hglteam.platform/settings-bom/ -->
<dependency>
<groupId>org.hglteam.platform</groupId>
<artifactId>settings-bom</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.hglteam.platform/settings-bom/
implementation 'org.hglteam.platform:settings-bom:1.0.3'
// https://jarcasting.com/artifacts/org.hglteam.platform/settings-bom/
implementation ("org.hglteam.platform:settings-bom:1.0.3")
'org.hglteam.platform:settings-bom:jar:1.0.3'
<dependency org="org.hglteam.platform" name="settings-bom" rev="1.0.3">
<artifact name="settings-bom" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hglteam.platform', module='settings-bom', version='1.0.3')
)
libraryDependencies += "org.hglteam.platform" % "settings-bom" % "1.0.3"
[org.hglteam.platform/settings-bom "1.0.3"]