Categories |
CategoriesData CLI User Interface |
---|---|
GroupId | GroupIdcom.github.davidmoten |
ArtifactId | ArtifactIdodata-client-runtime |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
odata-client-runtime-0.1.pom | |
odata-client-runtime-0.1.jar | 71 KB |
odata-client-runtime-0.1-sources.jar | 34 KB |
odata-client-runtime-0.1-javadoc.jar | 292 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</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/odata-client-runtime/
implementation 'com.github.davidmoten:odata-client-runtime:0.1'
// https://jarcasting.com/artifacts/com.github.davidmoten/odata-client-runtime/
implementation ("com.github.davidmoten:odata-client-runtime:0.1")
'com.github.davidmoten:odata-client-runtime:jar:0.1'
<dependency org="com.github.davidmoten" name="odata-client-runtime" rev="0.1">
<artifact name="odata-client-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='odata-client-runtime', version='0.1')
)
libraryDependencies += "com.github.davidmoten" % "odata-client-runtime" % "0.1"
[com.github.davidmoten/odata-client-runtime "0.1"]