Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.apache.olingo |
ArtifactId | ArtifactIdolingo-odata2-annotation-processor-api |
Version | Version2.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.olingo/olingo-odata2-annotation-processor-api/ -->
<dependency>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-annotation-processor-api</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.olingo/olingo-odata2-annotation-processor-api/
implementation 'org.apache.olingo:olingo-odata2-annotation-processor-api:2.0.4'
// https://jarcasting.com/artifacts/org.apache.olingo/olingo-odata2-annotation-processor-api/
implementation ("org.apache.olingo:olingo-odata2-annotation-processor-api:2.0.4")
'org.apache.olingo:olingo-odata2-annotation-processor-api:jar:2.0.4'
<dependency org="org.apache.olingo" name="olingo-odata2-annotation-processor-api" rev="2.0.4">
<artifact name="olingo-odata2-annotation-processor-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.olingo', module='olingo-odata2-annotation-processor-api', version='2.0.4')
)
libraryDependencies += "org.apache.olingo" % "olingo-odata2-annotation-processor-api" % "2.0.4"
[org.apache.olingo/olingo-odata2-annotation-processor-api "2.0.4"]