Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.strator-dev.greenpepper |
ArtifactId | ArtifactIdgreenpepper-client |
Version | Version4.0.4 |
Type | Typejar |
Filename | Size |
---|---|
greenpepper-client-4.0.4.pom | |
greenpepper-client-4.0.4.jar | 123 KB |
greenpepper-client-4.0.4-sources.jar | 93 KB |
greenpepper-client-4.0.4-javadoc.jar | 481 KB |
greenpepper-client-4.0.4-complete.jar | 8 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.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.strator-dev.greenpepper/greenpepper-client/
implementation 'com.github.strator-dev.greenpepper:greenpepper-client:4.0.4'
// https://jarcasting.com/artifacts/com.github.strator-dev.greenpepper/greenpepper-client/
implementation ("com.github.strator-dev.greenpepper:greenpepper-client:4.0.4")
'com.github.strator-dev.greenpepper:greenpepper-client:jar:4.0.4'
<dependency org="com.github.strator-dev.greenpepper" name="greenpepper-client" rev="4.0.4">
<artifact name="greenpepper-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.strator-dev.greenpepper', module='greenpepper-client', version='4.0.4')
)
libraryDependencies += "com.github.strator-dev.greenpepper" % "greenpepper-client" % "4.0.4"
[com.github.strator-dev.greenpepper/greenpepper-client "4.0.4"]