Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.hotels |
ArtifactId | ArtifactIdhotels-oss-plugin-config |
Version | Version1.0.3 |
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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.hotels/hotels-oss-plugin-config/
implementation 'com.hotels:hotels-oss-plugin-config:1.0.3'
// https://jarcasting.com/artifacts/com.hotels/hotels-oss-plugin-config/
implementation ("com.hotels:hotels-oss-plugin-config:1.0.3")
'com.hotels:hotels-oss-plugin-config:jar:1.0.3'
<dependency org="com.hotels" name="hotels-oss-plugin-config" rev="1.0.3">
<artifact name="hotels-oss-plugin-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hotels', module='hotels-oss-plugin-config', version='1.0.3')
)
libraryDependencies += "com.hotels" % "hotels-oss-plugin-config" % "1.0.3"
[com.hotels/hotels-oss-plugin-config "1.0.3"]