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