is not current version
Last Version 3.9

org.odpi.egeria:asset-analysis-spring 2.8

The asset analysis engine services with Spring module uses Spring to implement a RESTful service for the asset analysis services (heart of the open metadata discovery services).

GroupId

GroupId

org.odpi.egeria
ArtifactId

ArtifactId

asset-analysis-spring
Version

Version

2.8
Type

Type

jar

Download asset-analysis-spring 2.8


<!-- https://jarcasting.com/artifacts/org.odpi.egeria/asset-analysis-spring/ -->
<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>asset-analysis-spring</artifactId>
    <version>2.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/asset-analysis-spring/
implementation 'org.odpi.egeria:asset-analysis-spring:2.8'
// https://jarcasting.com/artifacts/org.odpi.egeria/asset-analysis-spring/
implementation ("org.odpi.egeria:asset-analysis-spring:2.8")
'org.odpi.egeria:asset-analysis-spring:jar:2.8'
<dependency org="org.odpi.egeria" name="asset-analysis-spring" rev="2.8">
  <artifact name="asset-analysis-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='asset-analysis-spring', version='2.8')
)
libraryDependencies += "org.odpi.egeria" % "asset-analysis-spring" % "2.8"
[org.odpi.egeria/asset-analysis-spring "2.8"]