MVN

org.scala-sbt : util-logging_2.12

Maven & Gradle

Aug 24, 2023
39 usages
4.7k stars

Util Logging · sbt is an interactive build tool

<dependency>
    <groupId>org.scala-sbt</groupId>
    <artifactId>util-logging_2.12</artifactId>
    <version>1.9.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scala-sbt : util-logging_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.4
  • Latest Release Candidate: 1.9.0-RC3

All Versions

Choose a version of org.scala-sbt : util-logging_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
util-logging_2.12-1.9.4
util-logging_2.12-1.9.3
util-logging_2.12-1.9.2
util-logging_2.12-1.9.1
util-logging_2.12-1.9.0
util-logging_2.12-1.9.0-RC3
util-logging_2.12-1.9.0-RC2-2
util-logging_2.12-1.9.0-RC2-1
util-logging_2.12-1.9.0-RC2
util-logging_2.12-1.9.0-RC1
util-logging_2.12-1.9.0-M1
1.8.x
util-logging_2.12-1.8.3
util-logging_2.12-1.8.2
util-logging_2.12-1.8.1
util-logging_2.12-1.8.0
util-logging_2.12-1.8.0-RC1
1.7.x
util-logging_2.12-1.7.3
util-logging_2.12-1.7.2
util-logging_2.12-1.7.1
util-logging_2.12-1.7.0
util-logging_2.12-1.7.0-RC2
util-logging_2.12-1.7.0-RC1
util-logging_2.12-1.7.0-M3
util-logging_2.12-1.7.0-M2
util-logging_2.12-1.7.0-M2-6810fix
util-logging_2.12-1.7.0-M1
1.6.x
util-logging_2.12-1.6.2
util-logging_2.12-1.6.1
util-logging_2.12-1.6.0
util-logging_2.12-1.6.0-RC2
util-logging_2.12-1.6.0-RC1
util-logging_2.12-1.6.0-M1
1.5.x
util-logging_2.12-1.5.8
util-logging_2.12-1.5.7
util-logging_2.12-1.5.6
util-logging_2.12-1.5.5
util-logging_2.12-1.5.4
util-logging_2.12-1.5.3
util-logging_2.12-1.5.2
util-logging_2.12-1.5.1
util-logging_2.12-1.5.0
util-logging_2.12-1.5.0-RC2
util-logging_2.12-1.5.0-RC1
util-logging_2.12-1.5.0-M2
util-logging_2.12-1.5.0-M1
1.4.x
util-logging_2.12-1.4.9
util-logging_2.12-1.4.8
util-logging_2.12-1.4.7
util-logging_2.12-1.4.6
util-logging_2.12-1.4.5
util-logging_2.12-1.4.4
util-logging_2.12-1.4.3
util-logging_2.12-1.4.2
util-logging_2.12-1.4.1
util-logging_2.12-1.4.0
util-logging_2.12-1.4.0-RC2
util-logging_2.12-1.4.0-RC1
util-logging_2.12-1.4.0-M2
util-logging_2.12-1.4.0-M1
1.3.x
util-logging_2.12-1.3.3
util-logging_2.12-1.3.2
util-logging_2.12-1.3.0
util-logging_2.12-1.3.0-M12
util-logging_2.12-1.3.0-M11
util-logging_2.12-1.3.0-M10
util-logging_2.12-1.3.0-M9
util-logging_2.12-1.3.0-M8
util-logging_2.12-1.3.0-M7
util-logging_2.12-1.3.0-M6
util-logging_2.12-1.3.0-M5
util-logging_2.12-1.3.0-M4
util-logging_2.12-1.3.0-M3
util-logging_2.12-1.3.0-M2
util-logging_2.12-1.3.0-M1
1.2.x
util-logging_2.12-1.2.4
util-logging_2.12-1.2.3
util-logging_2.12-1.2.2
util-logging_2.12-1.2.1
util-logging_2.12-1.2.0
util-logging_2.12-1.2.0-M2
util-logging_2.12-1.2.0-M1
1.1.x
util-logging_2.12-1.1.3
util-logging_2.12-1.1.2
util-logging_2.12-1.1.1
util-logging_2.12-1.1.0
1.0.x
util-logging_2.12-1.0.3
util-logging_2.12-1.0.2
util-logging_2.12-1.0.1
util-logging_2.12-1.0.0
util-logging_2.12-1.0.0-RC3
util-logging_2.12-1.0.0-M28
util-logging_2.12-1.0.0-M27
util-logging_2.12-1.0.0-M26
util-logging_2.12-1.0.0-M25
util-logging_2.12-1.0.0-M24
util-logging_2.12-1.0.0-M23
util-logging_2.12-1.0.0-M22
util-logging_2.12-1.0.0-M21
util-logging_2.12-1.0.0-M20
util-logging_2.12-1.0.0-M19
util-logging_2.12-1.0.0-M18
util-logging_2.12-1.0.0-M17
0.1.x
util-logging_2.12-0.1.0-M16

How to add a dependency to Maven

Add the following org.scala-sbt : util-logging_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scala-sbt</groupId>
    <artifactId>util-logging_2.12</artifactId>
    <version>1.9.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scala-sbt : util-logging_2.12 gradle dependency to your build.gradle file:

implementation 'org.scala-sbt:util-logging_2.12:1.9.4'

Gradle Kotlin DSL: Add the following org.scala-sbt : util-logging_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scala-sbt:util-logging_2.12:1.9.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scala-sbt : util-logging_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scala-sbt" % "util-logging_2.12" % "1.9.4"

Advertisement

Dependencies from Group

sbt
Aug 24, 2023
1.2k usages
4.7k stars
Jun 28, 2013
662 usages
14 stars
Apr 29, 2023
117 usages
41 stars
Jul 23, 2023
102 usages
325 stars
Jun 25, 2023
55 usages
41 stars

Discover Dependencies

Dec 14, 2020
39 usages
12.5k stars
Dec 26, 2022
39 usages
2.2k stars
Mar 12, 2017
36 usages
Oct 25, 2018
37 usages
0 stars
Jul 13, 2023
38 usages
82 stars
Aug 14, 2018
37 usages
1.1k stars
Feb 03, 2022
39 usages
Mar 18, 2020
36 usages
35 stars