Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.hotels |
ArtifactId | ArtifactIdhotels-oss-plugin-config |
Version | Version1.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hotels/hotels-oss-plugin-config/ -->
<dependency>
<groupId>com.hotels</groupId>
<artifactId>hotels-oss-plugin-config</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.hotels/hotels-oss-plugin-config/
implementation 'com.hotels:hotels-oss-plugin-config:1.0.4'
// https://jarcasting.com/artifacts/com.hotels/hotels-oss-plugin-config/
implementation ("com.hotels:hotels-oss-plugin-config:1.0.4")
'com.hotels:hotels-oss-plugin-config:jar:1.0.4'
<dependency org="com.hotels" name="hotels-oss-plugin-config" rev="1.0.4">
<artifact name="hotels-oss-plugin-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hotels', module='hotels-oss-plugin-config', version='1.0.4')
)
libraryDependencies += "com.hotels" % "hotels-oss-plugin-config" % "1.0.4"
[com.hotels/hotels-oss-plugin-config "1.0.4"]