| Группа | Группаorg.odpi.egeria |
|---|---|
| Идентификатор | Идентификаторsubject-area-fvt |
| Версия | Версия1.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| subject-area-fvt-1.5.pom | |
| subject-area-fvt-1.5.jar | 6 MB |
| subject-area-fvt-1.5-sources.jar | 33 KB |
| subject-area-fvt-1.5-javadoc.jar | 98 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/subject-area-fvt/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>subject-area-fvt</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/subject-area-fvt/
implementation 'org.odpi.egeria:subject-area-fvt:1.5'
// https://jarcasting.com/artifacts/org.odpi.egeria/subject-area-fvt/
implementation ("org.odpi.egeria:subject-area-fvt:1.5")
'org.odpi.egeria:subject-area-fvt:jar:1.5'
<dependency org="org.odpi.egeria" name="subject-area-fvt" rev="1.5">
<artifact name="subject-area-fvt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='subject-area-fvt', version='1.5')
)
libraryDependencies += "org.odpi.egeria" % "subject-area-fvt" % "1.5"
[org.odpi.egeria/subject-area-fvt "1.5"]