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