Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdio.hyte.platform |
ArtifactId | ArtifactIdbom |
Version | Version4.2.7.hyte-4271 |
Type | Typepom |
Filename | Size |
---|---|
bom-4.2.7.hyte-4271.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.hyte.platform/bom/ -->
<dependency>
<groupId>io.hyte.platform</groupId>
<artifactId>bom</artifactId>
<version>4.2.7.hyte-4271</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.hyte.platform/bom/
implementation 'io.hyte.platform:bom:4.2.7.hyte-4271'
// https://jarcasting.com/artifacts/io.hyte.platform/bom/
implementation ("io.hyte.platform:bom:4.2.7.hyte-4271")
'io.hyte.platform:bom:pom:4.2.7.hyte-4271'
<dependency org="io.hyte.platform" name="bom" rev="4.2.7.hyte-4271">
<artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.hyte.platform', module='bom', version='4.2.7.hyte-4271')
)
libraryDependencies += "io.hyte.platform" % "bom" % "4.2.7.hyte-4271"
[io.hyte.platform/bom "4.2.7.hyte-4271"]