Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.holon-platform.core |
ArtifactId | ArtifactIdholon-bom |
Version | Version5.0.2 |
Type | Typepom |
Filename | Size |
---|---|
holon-bom-5.0.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.holon-platform.core/holon-bom/ -->
<dependency>
<groupId>com.holon-platform.core</groupId>
<artifactId>holon-bom</artifactId>
<version>5.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.holon-platform.core/holon-bom/
implementation 'com.holon-platform.core:holon-bom:5.0.2'
// https://jarcasting.com/artifacts/com.holon-platform.core/holon-bom/
implementation ("com.holon-platform.core:holon-bom:5.0.2")
'com.holon-platform.core:holon-bom:pom:5.0.2'
<dependency org="com.holon-platform.core" name="holon-bom" rev="5.0.2">
<artifact name="holon-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.holon-platform.core', module='holon-bom', version='5.0.2')
)
libraryDependencies += "com.holon-platform.core" % "holon-bom" % "5.0.2"
[com.holon-platform.core/holon-bom "5.0.2"]