GroupId | GroupIdcom.hotels.beans |
---|---|
ArtifactId | ArtifactIdbull-common |
Version | Version1.6.0 |
Type | Typejar |
Filename | Size |
---|---|
bull-common-1.6.0.pom | |
bull-common-1.6.0.jar | 42 KB |
bull-common-1.6.0-tests.jar | 76 KB |
bull-common-1.6.0-sources.jar | 40 KB |
bull-common-1.6.0-javadoc.jar | 809 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hotels.beans/bull-common/ -->
<dependency>
<groupId>com.hotels.beans</groupId>
<artifactId>bull-common</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hotels.beans/bull-common/
implementation 'com.hotels.beans:bull-common:1.6.0'
// https://jarcasting.com/artifacts/com.hotels.beans/bull-common/
implementation ("com.hotels.beans:bull-common:1.6.0")
'com.hotels.beans:bull-common:jar:1.6.0'
<dependency org="com.hotels.beans" name="bull-common" rev="1.6.0">
<artifact name="bull-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hotels.beans', module='bull-common', version='1.6.0')
)
libraryDependencies += "com.hotels.beans" % "bull-common" % "1.6.0"
[com.hotels.beans/bull-common "1.6.0"]