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