GroupId | GroupIdcom.expediagroup.beans |
---|---|
ArtifactId | ArtifactIdbull-common |
Version | Version2.1.0-jdk11 |
Type | Typejar |
Filename | Size |
---|---|
bull-common-2.1.0-jdk11.pom | |
bull-common-2.1.0-jdk11.jar | 47 KB |
bull-common-2.1.0-jdk11-tests.jar | 92 KB |
bull-common-2.1.0-jdk11-sources.jar | 42 KB |
bull-common-2.1.0-jdk11-javadoc.jar | 788 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.expediagroup.beans/bull-common/ -->
<dependency>
<groupId>com.expediagroup.beans</groupId>
<artifactId>bull-common</artifactId>
<version>2.1.0-jdk11</version>
</dependency>
// https://jarcasting.com/artifacts/com.expediagroup.beans/bull-common/
implementation 'com.expediagroup.beans:bull-common:2.1.0-jdk11'
// https://jarcasting.com/artifacts/com.expediagroup.beans/bull-common/
implementation ("com.expediagroup.beans:bull-common:2.1.0-jdk11")
'com.expediagroup.beans:bull-common:jar:2.1.0-jdk11'
<dependency org="com.expediagroup.beans" name="bull-common" rev="2.1.0-jdk11">
<artifact name="bull-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.expediagroup.beans', module='bull-common', version='2.1.0-jdk11')
)
libraryDependencies += "com.expediagroup.beans" % "bull-common" % "2.1.0-jdk11"
[com.expediagroup.beans/bull-common "2.1.0-jdk11"]