License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.gitegg.platform |
ArtifactId | ArtifactIdgitegg-platform-bom |
Last Version | Last Version1.0.3.RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiongitegg-platform-bom
Parent pom providing dependency and plugin management for applications built with Maven
|
Filename | Size |
---|---|
gitegg-platform-bom-1.0.3.RELEASE.pom | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitegg.platform/gitegg-platform-bom/ -->
<dependency>
<groupId>com.gitegg.platform</groupId>
<artifactId>gitegg-platform-bom</artifactId>
<version>1.0.3.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitegg.platform/gitegg-platform-bom/
implementation 'com.gitegg.platform:gitegg-platform-bom:1.0.3.RELEASE'
// https://jarcasting.com/artifacts/com.gitegg.platform/gitegg-platform-bom/
implementation ("com.gitegg.platform:gitegg-platform-bom:1.0.3.RELEASE")
'com.gitegg.platform:gitegg-platform-bom:pom:1.0.3.RELEASE'
<dependency org="com.gitegg.platform" name="gitegg-platform-bom" rev="1.0.3.RELEASE">
<artifact name="gitegg-platform-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitegg.platform', module='gitegg-platform-bom', version='1.0.3.RELEASE')
)
libraryDependencies += "com.gitegg.platform" % "gitegg-platform-bom" % "1.0.3.RELEASE"
[com.gitegg.platform/gitegg-platform-bom "1.0.3.RELEASE"]