License |
License
The Apache Software License, Version 2.0
|
---|---|
GroupId | GroupIdcom.bertramlabs.plugins |
ArtifactId | ArtifactIdkarman-core |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionkarman-core
Karman is a standardized Cloud File Management Interface for Groovy. It provides a unified means and simple DSL for accessing files on the cloud via extensible StorageProviders
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
karman-core-2.0.2.pom | |
karman-core-2.0.2.jar | 94 KB |
karman-core-2.0.2-sources.jar | 24 KB |
karman-core-2.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.bertramlabs.plugins/karman-core/ -->
<dependency>
<groupId>com.bertramlabs.plugins</groupId>
<artifactId>karman-core</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.bertramlabs.plugins/karman-core/
implementation 'com.bertramlabs.plugins:karman-core:2.0.2'
// https://jarcasting.com/artifacts/com.bertramlabs.plugins/karman-core/
implementation ("com.bertramlabs.plugins:karman-core:2.0.2")
'com.bertramlabs.plugins:karman-core:jar:2.0.2'
<dependency org="com.bertramlabs.plugins" name="karman-core" rev="2.0.2">
<artifact name="karman-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bertramlabs.plugins', module='karman-core', version='2.0.2')
)
libraryDependencies += "com.bertramlabs.plugins" % "karman-core" % "2.0.2"
[com.bertramlabs.plugins/karman-core "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.5.15 |