GroupId | GroupIdcom.hotels |
---|---|
ArtifactId | ArtifactIdheat-module-support |
Version | Version4.0.0 |
Type | Typejar |
Filename | Size |
---|---|
heat-module-support-4.0.0.pom | |
heat-module-support-4.0.0.jar | 4 KB |
heat-module-support-4.0.0-sources.jar | 5 KB |
heat-module-support-4.0.0-javadoc.jar | 398 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hotels/heat-module-support/ -->
<dependency>
<groupId>com.hotels</groupId>
<artifactId>heat-module-support</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hotels/heat-module-support/
implementation 'com.hotels:heat-module-support:4.0.0'
// https://jarcasting.com/artifacts/com.hotels/heat-module-support/
implementation ("com.hotels:heat-module-support:4.0.0")
'com.hotels:heat-module-support:jar:4.0.0'
<dependency org="com.hotels" name="heat-module-support" rev="4.0.0">
<artifact name="heat-module-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hotels', module='heat-module-support', version='4.0.0')
)
libraryDependencies += "com.hotels" % "heat-module-support" % "4.0.0"
[com.hotels/heat-module-support "4.0.0"]