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