Categories |
CategoriesData CLI User Interface |
---|---|
GroupId | GroupIdcom.github.davidmoten |
ArtifactId | ArtifactIdodata-client-runtime |
Version | Version0.1.9 |
Type | Typejar |
Filename | Size |
---|---|
odata-client-runtime-0.1.9.pom | |
odata-client-runtime-0.1.9.jar | 104 KB |
odata-client-runtime-0.1.9-sources.jar | 52 KB |
odata-client-runtime-0.1.9-javadoc.jar | 403 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidmoten/odata-client-runtime/ -->
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>odata-client-runtime</artifactId>
<version>0.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/odata-client-runtime/
implementation 'com.github.davidmoten:odata-client-runtime:0.1.9'
// https://jarcasting.com/artifacts/com.github.davidmoten/odata-client-runtime/
implementation ("com.github.davidmoten:odata-client-runtime:0.1.9")
'com.github.davidmoten:odata-client-runtime:jar:0.1.9'
<dependency org="com.github.davidmoten" name="odata-client-runtime" rev="0.1.9">
<artifact name="odata-client-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='odata-client-runtime', version='0.1.9')
)
libraryDependencies += "com.github.davidmoten" % "odata-client-runtime" % "0.1.9"
[com.github.davidmoten/odata-client-runtime "0.1.9"]