| Категории |
КатегорииДанные |
|---|---|
| Группа | Группаorg.apache.olingo |
| Идентификатор | Идентификаторolingo-odata2-annotation-processor-ref |
| Версия | Версия2.0.7 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.apache.olingo/olingo-odata2-annotation-processor-ref/ -->
<dependency>
<groupId>org.apache.olingo</groupId>
<artifactId>olingo-odata2-annotation-processor-ref</artifactId>
<version>2.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.olingo/olingo-odata2-annotation-processor-ref/
implementation 'org.apache.olingo:olingo-odata2-annotation-processor-ref:2.0.7'
// https://jarcasting.com/artifacts/org.apache.olingo/olingo-odata2-annotation-processor-ref/
implementation ("org.apache.olingo:olingo-odata2-annotation-processor-ref:2.0.7")
'org.apache.olingo:olingo-odata2-annotation-processor-ref:jar:2.0.7'
<dependency org="org.apache.olingo" name="olingo-odata2-annotation-processor-ref" rev="2.0.7">
<artifact name="olingo-odata2-annotation-processor-ref" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.olingo', module='olingo-odata2-annotation-processor-ref', version='2.0.7')
)
libraryDependencies += "org.apache.olingo" % "olingo-odata2-annotation-processor-ref" % "2.0.7"
[org.apache.olingo/olingo-odata2-annotation-processor-ref "2.0.7"]