Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.diffbot |
ArtifactId | ArtifactIdenhance-client |
Version | Version1.0.0-rc.01 |
Type | Typejar |
Filename | Size |
---|---|
enhance-client-1.0.0-rc.01.pom | |
enhance-client-1.0.0-rc.01.jar | 74 KB |
enhance-client-1.0.0-rc.01-sources.jar | 38 KB |
enhance-client-1.0.0-rc.01-javadoc.jar | 229 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.diffbot/enhance-client/ -->
<dependency>
<groupId>com.diffbot</groupId>
<artifactId>enhance-client</artifactId>
<version>1.0.0-rc.01</version>
</dependency>
// https://jarcasting.com/artifacts/com.diffbot/enhance-client/
implementation 'com.diffbot:enhance-client:1.0.0-rc.01'
// https://jarcasting.com/artifacts/com.diffbot/enhance-client/
implementation ("com.diffbot:enhance-client:1.0.0-rc.01")
'com.diffbot:enhance-client:jar:1.0.0-rc.01'
<dependency org="com.diffbot" name="enhance-client" rev="1.0.0-rc.01">
<artifact name="enhance-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.diffbot', module='enhance-client', version='1.0.0-rc.01')
)
libraryDependencies += "com.diffbot" % "enhance-client" % "1.0.0-rc.01"
[com.diffbot/enhance-client "1.0.0-rc.01"]