License |
License |
---|---|
Categories |
CategoriesContainer Trino Data Databases |
GroupId | GroupIdorg.testcontainers |
ArtifactId | ArtifactIdtrino |
Version | Version1.15.3 |
Type | Typejar |
Description |
DescriptionTestcontainers :: JDBC :: Trino
Isolated container management for Java code testing
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
trino-1.15.3.pom | |
trino-1.15.3.jar | 3 KB |
trino-1.15.3-sources.jar | 1 KB |
trino-1.15.3-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.testcontainers/trino/ -->
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>trino</artifactId>
<version>1.15.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.testcontainers/trino/
implementation 'org.testcontainers:trino:1.15.3'
// https://jarcasting.com/artifacts/org.testcontainers/trino/
implementation ("org.testcontainers:trino:1.15.3")
'org.testcontainers:trino:jar:1.15.3'
<dependency org="org.testcontainers" name="trino" rev="1.15.3">
<artifact name="trino" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testcontainers', module='trino', version='1.15.3')
)
libraryDependencies += "org.testcontainers" % "trino" % "1.15.3"
[org.testcontainers/trino "1.15.3"]
Group / Artifact | Type | Version |
---|---|---|
org.testcontainers : jdbc | jar | 1.15.3 |