Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.webtide.hightide |
ArtifactId | ArtifactIdhightide |
Version | Version6.1H.5-beta |
Type | Typepom |
Filename | Size |
---|---|
hightide-6.1H.5-beta.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.webtide.hightide/hightide/ -->
<dependency>
<groupId>com.webtide.hightide</groupId>
<artifactId>hightide</artifactId>
<version>6.1H.5-beta</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.webtide.hightide/hightide/
implementation 'com.webtide.hightide:hightide:6.1H.5-beta'
// https://jarcasting.com/artifacts/com.webtide.hightide/hightide/
implementation ("com.webtide.hightide:hightide:6.1H.5-beta")
'com.webtide.hightide:hightide:pom:6.1H.5-beta'
<dependency org="com.webtide.hightide" name="hightide" rev="6.1H.5-beta">
<artifact name="hightide" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.webtide.hightide', module='hightide', version='6.1H.5-beta')
)
libraryDependencies += "com.webtide.hightide" % "hightide" % "6.1H.5-beta"
[com.webtide.hightide/hightide "6.1H.5-beta"]