is not current version
Last Version 3.7

org.odpi.egeria:website 1.3

Markdown files that make up the website at https://odpi.github.io/egeria.

GroupId

GroupId

org.odpi.egeria
ArtifactId

ArtifactId

website
Version

Version

1.3
Type

Type

jar

Download website 1.3


<!-- https://jarcasting.com/artifacts/org.odpi.egeria/website/ -->
<dependency>
    <groupId>org.odpi.egeria</groupId>
    <artifactId>website</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.odpi.egeria/website/
implementation 'org.odpi.egeria:website:1.3'
// https://jarcasting.com/artifacts/org.odpi.egeria/website/
implementation ("org.odpi.egeria:website:1.3")
'org.odpi.egeria:website:jar:1.3'
<dependency org="org.odpi.egeria" name="website" rev="1.3">
  <artifact name="website" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.odpi.egeria', module='website', version='1.3')
)
libraryDependencies += "org.odpi.egeria" % "website" % "1.3"
[org.odpi.egeria/website "1.3"]