GroupId | GroupIdcom.hotels.beans |
---|---|
ArtifactId | ArtifactIdbull-common |
Version | Version1.6.4 |
Type | Typejar |
Filename | Size |
---|---|
bull-common-1.6.4.pom | |
bull-common-1.6.4.jar | 43 KB |
bull-common-1.6.4-tests.jar | 79 KB |
bull-common-1.6.4-sources.jar | 40 KB |
bull-common-1.6.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.hotels.beans/bull-common/
implementation 'com.hotels.beans:bull-common:1.6.4'
// https://jarcasting.com/artifacts/com.hotels.beans/bull-common/
implementation ("com.hotels.beans:bull-common:1.6.4")
'com.hotels.beans:bull-common:jar:1.6.4'
<dependency org="com.hotels.beans" name="bull-common" rev="1.6.4">
<artifact name="bull-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hotels.beans', module='bull-common', version='1.6.4')
)
libraryDependencies += "com.hotels.beans" % "bull-common" % "1.6.4"
[com.hotels.beans/bull-common "1.6.4"]