MVN

com.github.cycladessoa.nyxlets : log

Maven & Gradle

Dec 27, 2013
3 stars

Cyclades Nyxlet for Log · Log Nyxlet used within Cyclades

<dependency>
    <groupId>com.github.cycladessoa.nyxlets</groupId>
    <artifactId>log</artifactId>
    <version>1.0.0.31</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cycladessoa.nyxlets : log to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.31

All Versions

Choose a version of com.github.cycladessoa.nyxlets : log to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
log-1.0.0.31
log-1.0.0.29
log-1.0.0.28
log-1.0.0.27
log-1.0.0.26
log-1.0.0.25
log-1.0.0.24
log-1.0.0.23
log-1.0.0.22
log-1.0.0.21
log-1.0.0.20
log-1.0.0.19
log-1.0.0.18
log-1.0.0.17
log-1.0.0.16
log-1.0.0.15
log-1.0.0.14
log-1.0.0.13
log-1.0.0.12
log-1.0.0.11
log-1.0.0.10
log-1.0.0.9
log-1.0.0.8
log-1.0.0.7
log-1.0.0.6
log-1.0.0.5
log-1.0.0.4
log-1.0.0.3
log-1.0.0.2

How to add a dependency to Maven

Add the following com.github.cycladessoa.nyxlets : log maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.cycladessoa.nyxlets</groupId>
    <artifactId>log</artifactId>
    <version>1.0.0.31</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.cycladessoa.nyxlets : log gradle dependency to your build.gradle file:

implementation 'com.github.cycladessoa.nyxlets:log:1.0.0.31'

Gradle Kotlin DSL: Add the following com.github.cycladessoa.nyxlets : log gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.cycladessoa.nyxlets:log:1.0.0.31")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.cycladessoa.nyxlets : log sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.cycladessoa.nyxlets" % "log" % "1.0.0.31"

Advertisement