| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIddev.snowdrop |
| ArtifactId | ArtifactIdbuildpack-client |
| Last Version | Last Version0.0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSnowdrop :: Java Buildpack Client :: Client
A Buildpack client implementation written in Java
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| buildpack-client-0.0.6.pom | |
| buildpack-client-0.0.6.jar | 88 KB |
| buildpack-client-0.0.6-sources.jar | 40 KB |
| buildpack-client-0.0.6-javadoc.jar | 373 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.snowdrop/buildpack-client/ -->
<dependency>
<groupId>dev.snowdrop</groupId>
<artifactId>buildpack-client</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/dev.snowdrop/buildpack-client/
implementation 'dev.snowdrop:buildpack-client:0.0.6'
// https://jarcasting.com/artifacts/dev.snowdrop/buildpack-client/
implementation ("dev.snowdrop:buildpack-client:0.0.6")
'dev.snowdrop:buildpack-client:jar:0.0.6'
<dependency org="dev.snowdrop" name="buildpack-client" rev="0.0.6">
<artifact name="buildpack-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.snowdrop', module='buildpack-client', version='0.0.6')
)
libraryDependencies += "dev.snowdrop" % "buildpack-client" % "0.0.6"
[dev.snowdrop/buildpack-client "0.0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.docker-java : docker-java-api | jar | 3.2.7 |
| com.github.docker-java : docker-java-core | jar | 3.2.7 |
| com.github.docker-java : docker-java-transport-httpclient5 | jar | 3.2.7 |
| org.apache.commons : commons-compress | jar | 1.20 |
| io.sundr : builder-annotations Optional | jar | 0.80.0 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.12.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok Optional | jar | 1.18.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.4.0 |
| org.mockito : mockito-inline | jar | 3.7.7 |
| org.mockito : mockito-junit-jupiter | jar | 3.7.7 |