License |
License |
---|---|
Categories |
CategoriesDocker Container Virtualization Tools |
GroupId | GroupIdit.unibz.inf.ontop |
ArtifactId | ArtifactIdontop-docker-test-env |
Last Version | Last Version1.18.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionontop-docker
Ontops docker testing evironment. A set of containers with the databases that contain the schemas used in unit tests and with accounts that allow the unit tests to create/remove databases for tests.
|
Project Organization |
Project OrganizationFree University of Bozen-Bolzano |
Filename | Size |
---|---|
ontop-docker-test-env-1.18.1.pom | |
ontop-docker-test-env-1.18.1.jar | 1 KB |
ontop-docker-test-env-1.18.1-javadoc.jar | 333 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/it.unibz.inf.ontop/ontop-docker-test-env/ -->
<dependency>
<groupId>it.unibz.inf.ontop</groupId>
<artifactId>ontop-docker-test-env</artifactId>
<version>1.18.1</version>
</dependency>
// https://jarcasting.com/artifacts/it.unibz.inf.ontop/ontop-docker-test-env/
implementation 'it.unibz.inf.ontop:ontop-docker-test-env:1.18.1'
// https://jarcasting.com/artifacts/it.unibz.inf.ontop/ontop-docker-test-env/
implementation ("it.unibz.inf.ontop:ontop-docker-test-env:1.18.1")
'it.unibz.inf.ontop:ontop-docker-test-env:jar:1.18.1'
<dependency org="it.unibz.inf.ontop" name="ontop-docker-test-env" rev="1.18.1">
<artifact name="ontop-docker-test-env" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.unibz.inf.ontop', module='ontop-docker-test-env', version='1.18.1')
)
libraryDependencies += "it.unibz.inf.ontop" % "ontop-docker-test-env" % "1.18.1"
[it.unibz.inf.ontop/ontop-docker-test-env "1.18.1"]