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