GroupId | GroupIdcom.bbn.bue |
---|---|
ArtifactId | ArtifactIdcommon-all-open |
Version | Version2.24.5 |
Type | Typepom |
Filename | Size |
---|---|
common-all-open-2.24.5.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bbn.bue/common-all-open/ -->
<dependency>
<groupId>com.bbn.bue</groupId>
<artifactId>common-all-open</artifactId>
<version>2.24.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bbn.bue/common-all-open/
implementation 'com.bbn.bue:common-all-open:2.24.5'
// https://jarcasting.com/artifacts/com.bbn.bue/common-all-open/
implementation ("com.bbn.bue:common-all-open:2.24.5")
'com.bbn.bue:common-all-open:pom:2.24.5'
<dependency org="com.bbn.bue" name="common-all-open" rev="2.24.5">
<artifact name="common-all-open" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bbn.bue', module='common-all-open', version='2.24.5')
)
libraryDependencies += "com.bbn.bue" % "common-all-open" % "2.24.5"
[com.bbn.bue/common-all-open "2.24.5"]