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