GroupId | GroupIdcom.hotels |
---|---|
ArtifactId | ArtifactIdheat-core |
Version | Version4.0.3 |
Type | Typepom |
Filename | Size |
---|---|
heat-core-4.0.3.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hotels/heat-core/ -->
<dependency>
<groupId>com.hotels</groupId>
<artifactId>heat-core</artifactId>
<version>4.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.hotels/heat-core/
implementation 'com.hotels:heat-core:4.0.3'
// https://jarcasting.com/artifacts/com.hotels/heat-core/
implementation ("com.hotels:heat-core:4.0.3")
'com.hotels:heat-core:pom:4.0.3'
<dependency org="com.hotels" name="heat-core" rev="4.0.3">
<artifact name="heat-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.hotels', module='heat-core', version='4.0.3')
)
libraryDependencies += "com.hotels" % "heat-core" % "4.0.3"
[com.hotels/heat-core "4.0.3"]