License |
License |
---|---|
Categories |
CategoriesDocker Container Virtualization Tools ORM Data |
GroupId | GroupIdio.github.informalin.framework |
ArtifactId | ArtifactIddocker |
Last Version | Last Version0.7.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDocker Handling in InFormALin
The goal of this project is to connect informal artifacts like architecture documentation and formal
artifacts like models. The InFormALin Framework is actively developed by researchers of the Modelling for
Continuous Software Engineering (MCSE) group of KASTEL - Institute of Information Security and Dependability at
the KIT. This work was supported by funding from the topic Engineering Secure Systems of the Helmholtz
Association (HGF) and by KASTEL Security Research Labs (46.23.01).
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
docker-0.7.1.pom | |
docker-0.7.1.jar | 9 KB |
docker-0.7.1-sources.jar | 5 KB |
docker-0.7.1-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.informalin.framework/docker/ -->
<dependency>
<groupId>io.github.informalin.framework</groupId>
<artifactId>docker</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.informalin.framework/docker/
implementation 'io.github.informalin.framework:docker:0.7.1'
// https://jarcasting.com/artifacts/io.github.informalin.framework/docker/
implementation ("io.github.informalin.framework:docker:0.7.1")
'io.github.informalin.framework:docker:jar:0.7.1'
<dependency org="io.github.informalin.framework" name="docker" rev="0.7.1">
<artifact name="docker" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.informalin.framework', module='docker', version='0.7.1')
)
libraryDependencies += "io.github.informalin.framework" % "docker" % "0.7.1"
[io.github.informalin.framework/docker "0.7.1"]
Group / Artifact | Type | Version |
---|---|---|
io.github.informalin.framework : common | jar | 0.7.1 |
com.github.docker-java : docker-java | jar | 3.2.13 |
com.github.docker-java : docker-java-transport-httpclient5 | jar | 3.2.13 |
org.slf4j : slf4j-api | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.slf4j : slf4j-simple | jar | 1.7.36 |