Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdorg.testcontainers |
ArtifactId | ArtifactIdgcloud |
Version | Version1.15.2 |
Type | Typejar |
Filename | Size |
---|---|
gcloud-1.15.2.pom | |
gcloud-1.15.2.jar | 6 KB |
gcloud-1.15.2-sources.jar | 4 KB |
gcloud-1.15.2-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.testcontainers/gcloud/ -->
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>gcloud</artifactId>
<version>1.15.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.testcontainers/gcloud/
implementation 'org.testcontainers:gcloud:1.15.2'
// https://jarcasting.com/artifacts/org.testcontainers/gcloud/
implementation ("org.testcontainers:gcloud:1.15.2")
'org.testcontainers:gcloud:jar:1.15.2'
<dependency org="org.testcontainers" name="gcloud" rev="1.15.2">
<artifact name="gcloud" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testcontainers', module='gcloud', version='1.15.2')
)
libraryDependencies += "org.testcontainers" % "gcloud" % "1.15.2"
[org.testcontainers/gcloud "1.15.2"]