| Categories |
CategoriesData |
|---|---|
| GroupId | GroupIdorg.odpi.egeria |
| ArtifactId | ArtifactIdopen-metadata-tutorials |
| Version | Version1.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| open-metadata-tutorials-1.6.pom | |
| open-metadata-tutorials-1.6.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.odpi.egeria/open-metadata-tutorials/ -->
<dependency>
<groupId>org.odpi.egeria</groupId>
<artifactId>open-metadata-tutorials</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/open-metadata-tutorials/
implementation 'org.odpi.egeria:open-metadata-tutorials:1.6'
// https://jarcasting.com/artifacts/org.odpi.egeria/open-metadata-tutorials/
implementation ("org.odpi.egeria:open-metadata-tutorials:1.6")
'org.odpi.egeria:open-metadata-tutorials:jar:1.6'
<dependency org="org.odpi.egeria" name="open-metadata-tutorials" rev="1.6">
<artifact name="open-metadata-tutorials" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='open-metadata-tutorials', version='1.6')
)
libraryDependencies += "org.odpi.egeria" % "open-metadata-tutorials" % "1.6"
[org.odpi.egeria/open-metadata-tutorials "1.6"]