GroupId | GroupIdorg.odpi.egeria |
---|---|
ArtifactId | ArtifactIdasset-catalog-spring |
Version | Version2.8 |
Type | Typejar |
Filename | Size |
---|---|
asset-catalog-spring-2.8.pom | |
asset-catalog-spring-2.8.jar | 6 KB |
asset-catalog-spring-2.8-sources.jar | 6 KB |
asset-catalog-spring-2.8-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/asset-catalog-spring/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>asset-catalog-spring</artifactId>
<version>2.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/asset-catalog-spring/
implementation 'org.odpi.egeria:asset-catalog-spring:2.8'
// https://jarcasting.com/artifacts/org.odpi.egeria/asset-catalog-spring/
implementation ("org.odpi.egeria:asset-catalog-spring:2.8")
'org.odpi.egeria:asset-catalog-spring:jar:2.8'
<dependency org="org.odpi.egeria" name="asset-catalog-spring" rev="2.8">
<artifact name="asset-catalog-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='asset-catalog-spring', version='2.8')
)
libraryDependencies += "org.odpi.egeria" % "asset-catalog-spring" % "2.8"
[org.odpi.egeria/asset-catalog-spring "2.8"]