MVN

com.typesafe.zinc : zinc

Maven & Gradle

May 01, 2017
21 usages
303 stars

zinc · zinc

<dependency>
    <groupId>com.typesafe.zinc</groupId>
    <artifactId>zinc</artifactId>
    <version>0.3.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.typesafe.zinc : zinc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.15
  • Latest Release Candidate: 0.3.5-RC1

All Versions

Choose a version of com.typesafe.zinc : zinc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
zinc-0.3.15
zinc-0.3.13
zinc-0.3.12
zinc-0.3.11
zinc-0.3.9
zinc-0.3.8.1
zinc-0.3.8
zinc-0.3.7
zinc-0.3.6
zinc-0.3.5.3
zinc-0.3.5.2
zinc-0.3.5.1
zinc-0.3.5
zinc-0.3.5-RC1
zinc-0.3.5-M4
zinc-0.3.5-M3
zinc-0.3.2-RC3
zinc-0.3.2
zinc-0.3.2-RC2
zinc-0.3.2-RC1
zinc-0.3.2-M3
zinc-0.3.2-M2
zinc-0.3.2-M1
zinc-0.3.1
zinc-0.3.1-RC1
zinc-0.3.1-M1
zinc-0.3.0
zinc-0.3.0-M1
0.2.x
zinc-0.2.5
zinc-0.2.4
zinc-0.2.3
zinc-0.2.2
zinc-0.2.1
zinc-0.2.0
zinc-0.2.0-M3
zinc-0.2.0-M2
zinc-0.2.0-M1
0.1.x
zinc-0.1.4
zinc-0.1.3
zinc-0.1.2
zinc-0.1.1
zinc-0.1.0
zinc-0.1.0-RC2
zinc-0.1.0-RC1

How to add a dependency to Maven

Add the following com.typesafe.zinc : zinc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.typesafe.zinc</groupId>
    <artifactId>zinc</artifactId>
    <version>0.3.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.typesafe.zinc : zinc gradle dependency to your build.gradle file:

implementation 'com.typesafe.zinc:zinc:0.3.15'

Gradle Kotlin DSL: Add the following com.typesafe.zinc : zinc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.typesafe.zinc:zinc:0.3.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.typesafe.zinc : zinc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.typesafe.zinc" % "zinc" % "0.3.15"

Advertisement