| GroupId | GroupIdorg.odpi.egeria |
|---|---|
| ArtifactId | ArtifactIdaccess-services-fvt |
| Version | Version3.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| access-services-fvt-3.2.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/access-services-fvt/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>access-services-fvt</artifactId>
<version>3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/access-services-fvt/
implementation 'org.odpi.egeria:access-services-fvt:3.2'
// https://jarcasting.com/artifacts/org.odpi.egeria/access-services-fvt/
implementation ("org.odpi.egeria:access-services-fvt:3.2")
'org.odpi.egeria:access-services-fvt:pom:3.2'
<dependency org="org.odpi.egeria" name="access-services-fvt" rev="3.2">
<artifact name="access-services-fvt" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='access-services-fvt', version='3.2')
)
libraryDependencies += "org.odpi.egeria" % "access-services-fvt" % "3.2"
[org.odpi.egeria/access-services-fvt "3.2"]