License |
License |
---|---|
GroupId | GroupIdcom.deciphernow |
ArtifactId | ArtifactIdmoby |
Version | Version1.0.0 |
Type | Typepom |
Description |
DescriptionMoby Docker Libraries
This project provides libraries for working with Docker from the JVM.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
moby-1.0.0.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.deciphernow/moby/ -->
<dependency>
<groupId>com.deciphernow</groupId>
<artifactId>moby</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.deciphernow/moby/
implementation 'com.deciphernow:moby:1.0.0'
// https://jarcasting.com/artifacts/com.deciphernow/moby/
implementation ("com.deciphernow:moby:1.0.0")
'com.deciphernow:moby:pom:1.0.0'
<dependency org="com.deciphernow" name="moby" rev="1.0.0">
<artifact name="moby" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.deciphernow', module='moby', version='1.0.0')
)
libraryDependencies += "com.deciphernow" % "moby" % "1.0.0"
[com.deciphernow/moby "1.0.0"]