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