Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIddev.denwav.hypo |
ArtifactId | ArtifactIdhypo-platform |
Version | Version1.1.0 |
Type | Typepom |
Filename | Size |
---|---|
hypo-platform-1.1.0.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/dev.denwav.hypo/hypo-platform/ -->
<dependency>
<groupId>dev.denwav.hypo</groupId>
<artifactId>hypo-platform</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.denwav.hypo/hypo-platform/
implementation 'dev.denwav.hypo:hypo-platform:1.1.0'
// https://jarcasting.com/artifacts/dev.denwav.hypo/hypo-platform/
implementation ("dev.denwav.hypo:hypo-platform:1.1.0")
'dev.denwav.hypo:hypo-platform:pom:1.1.0'
<dependency org="dev.denwav.hypo" name="hypo-platform" rev="1.1.0">
<artifact name="hypo-platform" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.denwav.hypo', module='hypo-platform', version='1.1.0')
)
libraryDependencies += "dev.denwav.hypo" % "hypo-platform" % "1.1.0"
[dev.denwav.hypo/hypo-platform "1.1.0"]