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