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