GroupId | GroupIdcom.hotels |
---|---|
ArtifactId | ArtifactIdheat-internal-modules |
Version | Version1.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hotels/heat-internal-modules/ -->
<dependency>
<groupId>com.hotels</groupId>
<artifactId>heat-internal-modules</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.hotels/heat-internal-modules/
implementation 'com.hotels:heat-internal-modules:1.0.4'
// https://jarcasting.com/artifacts/com.hotels/heat-internal-modules/
implementation ("com.hotels:heat-internal-modules:1.0.4")
'com.hotels:heat-internal-modules:jar:1.0.4'
<dependency org="com.hotels" name="heat-internal-modules" rev="1.0.4">
<artifact name="heat-internal-modules" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hotels', module='heat-internal-modules', version='1.0.4')
)
libraryDependencies += "com.hotels" % "heat-internal-modules" % "1.0.4"
[com.hotels/heat-internal-modules "1.0.4"]