GroupId | GroupIdcom.bbn.bue |
---|---|
ArtifactId | ArtifactIdcommon-all-open |
Version | Version2.18.4 |
Type | Typepom |
Filename | Size |
---|---|
common-all-open-2.18.4.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.18.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bbn.bue/common-all-open/
implementation 'com.bbn.bue:common-all-open:2.18.4'
// https://jarcasting.com/artifacts/com.bbn.bue/common-all-open/
implementation ("com.bbn.bue:common-all-open:2.18.4")
'com.bbn.bue:common-all-open:pom:2.18.4'
<dependency org="com.bbn.bue" name="common-all-open" rev="2.18.4">
<artifact name="common-all-open" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bbn.bue', module='common-all-open', version='2.18.4')
)
libraryDependencies += "com.bbn.bue" % "common-all-open" % "2.18.4"
[com.bbn.bue/common-all-open "2.18.4"]