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