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