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