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