djice / sbt-unzip-plugin   1.0.2

Apache License 2.0 GitHub

Extract Zip dependencies with SBT

Scala versions: 2.13 2.12 2.11
sbt plugins: 1.0

core 1.0.0


Group ID:
io.github.djice
Artifact ID:
core_2.11
Version:
1.0.0
Release Date:
Mar 5, 2021
Licenses:
Files:

libraryDependencies += "io.github.djice" %% "core" % "1.0.0"

Mill build tool

ivy"io.github.djice::core:1.0.0"

Scala CLI

//> using dep "io.github.djice::core:1.0.0"

Ammonite REPL

import $ivy.`io.github.djice::core:1.0.0`

<dependency>
  <groupId>io.github.djice</groupId>
  <artifactId>core_2.11</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'io.github.djice', name: 'core_2.11', version: '1.0.0'