GroupId | GroupIdcom.bbn.adept |
---|---|
ArtifactId | ArtifactIdadept-kb |
Version | Version2.7.3 |
Type | Typejar |
Filename | Size |
---|---|
adept-kb-2.7.3.pom | |
adept-kb-2.7.3.jar | 113 MB |
adept-kb-2.7.3-sources.jar | 113 MB |
adept-kb-2.7.3-javadoc.jar | 663 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bbn.adept/adept-kb/ -->
<dependency>
<groupId>com.bbn.adept</groupId>
<artifactId>adept-kb</artifactId>
<version>2.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.bbn.adept/adept-kb/
implementation 'com.bbn.adept:adept-kb:2.7.3'
// https://jarcasting.com/artifacts/com.bbn.adept/adept-kb/
implementation ("com.bbn.adept:adept-kb:2.7.3")
'com.bbn.adept:adept-kb:jar:2.7.3'
<dependency org="com.bbn.adept" name="adept-kb" rev="2.7.3">
<artifact name="adept-kb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bbn.adept', module='adept-kb', version='2.7.3')
)
libraryDependencies += "com.bbn.adept" % "adept-kb" % "2.7.3"
[com.bbn.adept/adept-kb "2.7.3"]