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