Skip to content

Commit c3bb3be

Browse files
committed
Update new artifactIds documentation
1 parent a62518b commit c3bb3be

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+116
-116
lines changed

docs/modules/activemq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ Add the following dependency to your `pom.xml`/`build.gradle` file:
4343

4444
=== "Gradle"
4545
```groovy
46-
testImplementation "org.testcontainers:activemq:{{latest_version}}"
46+
testImplementation "org.testcontainers:testcontainers-activemq:{{latest_version}}"
4747
```
4848

4949
=== "Maven"
5050
```xml
5151
<dependency>
5252
<groupId>org.testcontainers</groupId>
53-
<artifactId>activemq</artifactId>
53+
<artifactId>testcontainers-activemq</artifactId>
5454
<version>{{latest_version}}</version>
5555
<scope>test</scope>
5656
</dependency>

docs/modules/azure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,14 @@ Add the following dependency to your `pom.xml`/`build.gradle` file:
172172

173173
=== "Gradle"
174174
```groovy
175-
testImplementation "org.testcontainers:azure:{{latest_version}}"
175+
testImplementation "org.testcontainers:testcontainers-azure:{{latest_version}}"
176176
```
177177

178178
=== "Maven"
179179
```xml
180180
<dependency>
181181
<groupId>org.testcontainers</groupId>
182-
<artifactId>azure</artifactId>
182+
<artifactId>testcontainers-azure</artifactId>
183183
<version>{{latest_version}}</version>
184184
<scope>test</scope>
185185
</dependency>

docs/modules/chromadb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ Add the following dependency to your `pom.xml`/`build.gradle` file:
1616

1717
=== "Gradle"
1818
```groovy
19-
testImplementation "org.testcontainers:chromadb:{{latest_version}}"
19+
testImplementation "org.testcontainers:testcontainers-chromadb:{{latest_version}}"
2020
```
2121

2222
=== "Maven"
2323
```xml
2424
<dependency>
2525
<groupId>org.testcontainers</groupId>
26-
<artifactId>chromadb</artifactId>
26+
<artifactId>testcontainers-chromadb</artifactId>
2727
<version>{{latest_version}}</version>
2828
<scope>test</scope>
2929
</dependency>

docs/modules/consul.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ Add the following dependency to your `pom.xml`/`build.gradle` file:
2121

2222
=== "Gradle"
2323
```groovy
24-
testImplementation "org.testcontainers:consul:{{latest_version}}"
24+
testImplementation "org.testcontainers:testcontainers-consul:{{latest_version}}"
2525
```
2626

2727
=== "Maven"
2828
```xml
2929
<dependency>
3030
<groupId>org.testcontainers</groupId>
31-
<artifactId>consul</artifactId>
31+
<artifactId>testcontainers-consul</artifactId>
3232
<version>{{latest_version}}</version>
3333
<scope>test</scope>
3434
</dependency>

docs/modules/databases/cassandra.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ Add the following dependency to your `pom.xml`/`build.gradle` file:
3939

4040
=== "Gradle"
4141
```groovy
42-
testImplementation "org.testcontainers:cassandra:{{latest_version}}"
42+
testImplementation "org.testcontainers:testcontainers-cassandra:{{latest_version}}"
4343
```
4444

4545
=== "Maven"
4646
```xml
4747
<dependency>
4848
<groupId>org.testcontainers</groupId>
49-
<artifactId>cassandra</artifactId>
49+
<artifactId>testcontainers-cassandra</artifactId>
5050
<version>{{latest_version}}</version>
5151
<scope>test</scope>
5252
</dependency>

docs/modules/databases/clickhouse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Add the following dependency to your `pom.xml`/`build.gradle` file:
2222

2323
=== "Gradle"
2424
```groovy
25-
testImplementation "org.testcontainers:clickhouse:{{latest_version}}"
25+
testImplementation "org.testcontainers:testcontainers-clickhouse:{{latest_version}}"
2626
```
2727

2828
=== "Maven"
2929
```xml
3030
<dependency>
3131
<groupId>org.testcontainers</groupId>
32-
<artifactId>clickhouse</artifactId>
32+
<artifactId>testcontainers-clickhouse</artifactId>
3333
<version>{{latest_version}}</version>
3434
<scope>test</scope>
3535
</dependency>

docs/modules/databases/cockroachdb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Add the following dependency to your `pom.xml`/`build.gradle` file:
2424

2525
=== "Gradle"
2626
```groovy
27-
testImplementation "org.testcontainers:cockroachdb:{{latest_version}}"
27+
testImplementation "org.testcontainers:testcontainers-cockroachdb:{{latest_version}}"
2828
```
2929

3030
=== "Maven"
3131
```xml
3232
<dependency>
3333
<groupId>org.testcontainers</groupId>
34-
<artifactId>cockroachdb</artifactId>
34+
<artifactId>testcontainers-cockroachdb</artifactId>
3535
<version>{{latest_version}}</version>
3636
<scope>test</scope>
3737
</dependency>

docs/modules/databases/couchbase.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ Add the following dependency to your `pom.xml`/`build.gradle` file:
2929

3030
=== "Gradle"
3131
```groovy
32-
testImplementation "org.testcontainers:couchbase:{{latest_version}}"
32+
testImplementation "org.testcontainers:testcontainers-couchbase:{{latest_version}}"
3333
```
3434
=== "Maven"
3535
```xml
3636
<dependency>
3737
<groupId>org.testcontainers</groupId>
38-
<artifactId>couchbase</artifactId>
38+
<artifactId>testcontainers-couchbase</artifactId>
3939
<version>{{latest_version}}</version>
4040
<scope>test</scope>
4141
</dependency>

docs/modules/databases/cratedb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ Add the following dependency to your `pom.xml`/`build.gradle` file:
2424

2525
=== "Gradle"
2626
```groovy
27-
testImplementation "org.testcontainers:cratedb:{{latest_version}}"
27+
testImplementation "org.testcontainers:testcontainers-cratedb:{{latest_version}}"
2828
```
2929
=== "Maven"
3030
```xml
3131
<dependency>
3232
<groupId>org.testcontainers</groupId>
33-
<artifactId>cratedb</artifactId>
33+
<artifactId>testcontainers-cratedb</artifactId>
3434
<version>{{latest_version}}</version>
3535
<scope>test</scope>
3636
</dependency>

docs/modules/databases/databend.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Add the following dependency to your `pom.xml`/`build.gradle` file:
2222

2323
=== "Gradle"
2424
```groovy
25-
testImplementation "org.testcontainers:databend:{{latest_version}}"
25+
testImplementation "org.testcontainers:testcontainers-databend:{{latest_version}}"
2626
```
2727

2828
=== "Maven"
2929
```xml
3030
<dependency>
3131
<groupId>org.testcontainers</groupId>
32-
<artifactId>databend</artifactId>
32+
<artifactId>testcontainers-databend</artifactId>
3333
<version>{{latest_version}}</version>
3434
<scope>test</scope>
3535
</dependency>

0 commit comments

Comments
 (0)