GroupId | GroupIdorg.odpi.egeria |
---|---|
ArtifactId | ArtifactIdsubject-area-server |
Version | Version1.7 |
Type | Typejar |
Filename | Size |
---|---|
subject-area-server-1.7.pom | |
subject-area-server-1.7.jar | 226 KB |
subject-area-server-1.7-sources.jar | 173 KB |
subject-area-server-1.7-javadoc.jar | 671 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/subject-area-server/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>subject-area-server</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/subject-area-server/
implementation 'org.odpi.egeria:subject-area-server:1.7'
// https://jarcasting.com/artifacts/org.odpi.egeria/subject-area-server/
implementation ("org.odpi.egeria:subject-area-server:1.7")
'org.odpi.egeria:subject-area-server:jar:1.7'
<dependency org="org.odpi.egeria" name="subject-area-server" rev="1.7">
<artifact name="subject-area-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='subject-area-server', version='1.7')
)
libraryDependencies += "org.odpi.egeria" % "subject-area-server" % "1.7"
[org.odpi.egeria/subject-area-server "1.7"]