MVN

tech.coner.snoozle : snoozle

Maven & Gradle

Mar 16, 2022
1 stars

snoozle · Snoozle is a toolkit for building curiously simple distributed software applications for personal or small scale operation.

<dependency>
    <groupId>tech.coner.snoozle</groupId>
    <artifactId>snoozle</artifactId>
    <version>0.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.coner.snoozle : snoozle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.3

All Versions

Choose a version of tech.coner.snoozle : snoozle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
snoozle-0.5.3
snoozle-0.5.1
snoozle-0.5.0

How to add a dependency to Maven

Add the following tech.coner.snoozle : snoozle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.coner.snoozle</groupId>
    <artifactId>snoozle</artifactId>
    <version>0.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.coner.snoozle : snoozle gradle dependency to your build.gradle file:

implementation 'tech.coner.snoozle:snoozle:0.5.3'

Gradle Kotlin DSL: Add the following tech.coner.snoozle : snoozle gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.coner.snoozle:snoozle:0.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.coner.snoozle : snoozle sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.coner.snoozle" % "snoozle" % "0.5.3"

Advertisement