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