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