Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.gumtreediff |
ArtifactId | ArtifactIdclient |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
client-2.1.0.pom | |
client-2.1.0.jar | 28 KB |
client-2.1.0-sources.jar | 11 KB |
client-2.1.0-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gumtreediff/client/ -->
<dependency>
<groupId>com.github.gumtreediff</groupId>
<artifactId>client</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gumtreediff/client/
implementation 'com.github.gumtreediff:client:2.1.0'
// https://jarcasting.com/artifacts/com.github.gumtreediff/client/
implementation ("com.github.gumtreediff:client:2.1.0")
'com.github.gumtreediff:client:jar:2.1.0'
<dependency org="com.github.gumtreediff" name="client" rev="2.1.0">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gumtreediff', module='client', version='2.1.0')
)
libraryDependencies += "com.github.gumtreediff" % "client" % "2.1.0"
[com.github.gumtreediff/client "2.1.0"]