Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.strator-dev.greenpepper |
ArtifactId | ArtifactIdgreenpepper-client |
Version | Version4.1.6 |
Type | Typejar |
Filename | Size |
---|---|
greenpepper-client-4.1.6.pom | |
greenpepper-client-4.1.6.jar | 122 KB |
greenpepper-client-4.1.6-sources.jar | 91 KB |
greenpepper-client-4.1.6-javadoc.jar | 470 KB |
greenpepper-client-4.1.6-complete.jar | 13 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.strator-dev.greenpepper/greenpepper-client/ -->
<dependency>
<groupId>com.github.strator-dev.greenpepper</groupId>
<artifactId>greenpepper-client</artifactId>
<version>4.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.strator-dev.greenpepper/greenpepper-client/
implementation 'com.github.strator-dev.greenpepper:greenpepper-client:4.1.6'
// https://jarcasting.com/artifacts/com.github.strator-dev.greenpepper/greenpepper-client/
implementation ("com.github.strator-dev.greenpepper:greenpepper-client:4.1.6")
'com.github.strator-dev.greenpepper:greenpepper-client:jar:4.1.6'
<dependency org="com.github.strator-dev.greenpepper" name="greenpepper-client" rev="4.1.6">
<artifact name="greenpepper-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.strator-dev.greenpepper', module='greenpepper-client', version='4.1.6')
)
libraryDependencies += "com.github.strator-dev.greenpepper" % "greenpepper-client" % "4.1.6"
[com.github.strator-dev.greenpepper/greenpepper-client "4.1.6"]