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