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