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