License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.hotels |
ArtifactId | ArtifactIdhotels-oss-plugin-config |
Version | Version1.4.0 |
Type | Typejar |
Description |
DescriptionHotels.com Open Source Plugin Configuration
Configuration files needed by various plugins (e.g. Checkstyle, Findbugs, Mycila, etc.)
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hotels-oss-plugin-config-1.4.0.pom | |
hotels-oss-plugin-config-1.4.0.jar | 6 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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hotels/hotels-oss-plugin-config/
implementation 'com.hotels:hotels-oss-plugin-config:1.4.0'
// https://jarcasting.com/artifacts/com.hotels/hotels-oss-plugin-config/
implementation ("com.hotels:hotels-oss-plugin-config:1.4.0")
'com.hotels:hotels-oss-plugin-config:jar:1.4.0'
<dependency org="com.hotels" name="hotels-oss-plugin-config" rev="1.4.0">
<artifact name="hotels-oss-plugin-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hotels', module='hotels-oss-plugin-config', version='1.4.0')
)
libraryDependencies += "com.hotels" % "hotels-oss-plugin-config" % "1.4.0"
[com.hotels/hotels-oss-plugin-config "1.4.0"]