kobalt-copy-dependencies
CopyDependencies plugin for Kobalt
This plugin will copy all dependencies to the kotlinBuild/libs folder when you run kobaltw assemble.
Usage:
val p = plugins("no.tornado:kobalt-copy-dependencies:0.2")
| License | License | 
|---|---|
| GroupId | GroupIdno.tornado | 
| ArtifactId | ArtifactIdkobalt-copy-dependencies | 
| Last Version | Last Version0.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionkobalt-copy-dependencies Copy the dependencies of your project to a directory | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| kobalt-copy-dependencies-0.2.pom | |
| kobalt-copy-dependencies-0.2.jar | 4 KB | 
| kobalt-copy-dependencies-0.2-sources.jar | 1 KB | 
| kobalt-copy-dependencies-0.2-javadoc.jar | 189 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/no.tornado/kobalt-copy-dependencies/ -->
<dependency>
    <groupId>no.tornado</groupId>
    <artifactId>kobalt-copy-dependencies</artifactId>
    <version>0.2</version>
</dependency>// https://jarcasting.com/artifacts/no.tornado/kobalt-copy-dependencies/
implementation 'no.tornado:kobalt-copy-dependencies:0.2'// https://jarcasting.com/artifacts/no.tornado/kobalt-copy-dependencies/
implementation ("no.tornado:kobalt-copy-dependencies:0.2")'no.tornado:kobalt-copy-dependencies:jar:0.2'<dependency org="no.tornado" name="kobalt-copy-dependencies" rev="0.2">
  <artifact name="kobalt-copy-dependencies" type="jar" />
</dependency>@Grapes(
@Grab(group='no.tornado', module='kobalt-copy-dependencies', version='0.2')
)libraryDependencies += "no.tornado" % "kobalt-copy-dependencies" % "0.2"[no.tornado/kobalt-copy-dependencies "0.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.beust : kobalt | jar | 0.329 | 
CopyDependencies plugin for Kobalt
This plugin will copy all dependencies to the kotlinBuild/libs folder when you run kobaltw assemble.
Usage:
val p = plugins("no.tornado:kobalt-copy-dependencies:0.2")