License |
License
Apache License 2.0
|
---|---|
Categories |
CategoriesAnt Build Tools Vagrant Container Virtualization Tools |
GroupId | GroupIdcom.testvagrant |
ArtifactId | ArtifactIdekam |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOptimusCloud Java Client
The Java Client provides access to Optimus cloud for all java based projects.
|
Project Organization |
Project Organizationcom.testvagrant.optimuscloud |
Filename | Size |
---|---|
ekam-0.0.2.pom | |
ekam-0.0.2.jar | 261 bytes |
ekam-0.0.2-sources.jar | 261 bytes |
ekam-0.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.testvagrant/ekam/ -->
<dependency>
<groupId>com.testvagrant</groupId>
<artifactId>ekam</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.testvagrant/ekam/
implementation 'com.testvagrant:ekam:0.0.2'
// https://jarcasting.com/artifacts/com.testvagrant/ekam/
implementation ("com.testvagrant:ekam:0.0.2")
'com.testvagrant:ekam:jar:0.0.2'
<dependency org="com.testvagrant" name="ekam" rev="0.0.2">
<artifact name="ekam" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testvagrant', module='ekam', version='0.0.2')
)
libraryDependencies += "com.testvagrant" % "ekam" % "0.0.2"
[com.testvagrant/ekam "0.0.2"]