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