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