GroupId | GroupIdcom.bbn.bue |
---|---|
ArtifactId | ArtifactIdcommon-core-open |
Version | Version2.17.11 |
Type | Typejar |
Filename | Size |
---|---|
common-core-open-2.17.11.pom | |
common-core-open-2.17.11.jar | 175 KB |
common-core-open-2.17.11-sources.jar | 80 KB |
common-core-open-2.17.11-javadoc.jar | 603 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bbn.bue/common-core-open/ -->
<dependency>
<groupId>com.bbn.bue</groupId>
<artifactId>common-core-open</artifactId>
<version>2.17.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.bbn.bue/common-core-open/
implementation 'com.bbn.bue:common-core-open:2.17.11'
// https://jarcasting.com/artifacts/com.bbn.bue/common-core-open/
implementation ("com.bbn.bue:common-core-open:2.17.11")
'com.bbn.bue:common-core-open:jar:2.17.11'
<dependency org="com.bbn.bue" name="common-core-open" rev="2.17.11">
<artifact name="common-core-open" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bbn.bue', module='common-core-open', version='2.17.11')
)
libraryDependencies += "com.bbn.bue" % "common-core-open" % "2.17.11"
[com.bbn.bue/common-core-open "2.17.11"]