s

snoozy-core

Files download
File Operation
snoozy-core-0.7.1.jar download
snoozy-core-0.7.1.pom download
snoozy-core-0.7.1-sources.jar download
Apache Maven
<dependency>
  <groupId>fi.jubic</groupId>
  <artifactId>snoozy-core</artifactId>
  <version>0.7.1</version>
</dependency>
Gradle Groovy
implementation 'fi.jubic:snoozy-core:0.7.1'
Gradle Kotlin
implementation("fi.jubic:snoozy-core:0.7.1")
Scala SBT
libraryDependencies += "fi.jubic" % "snoozy-core" % "0.7.1"
Groovy Grape
@Grapes(
  @Grab(group='fi.jubic', module='snoozy-core', version='0.7.1')
)
Apache Ivy
<dependency org="fi.jubic" name="snoozy-core" rev="0.7.1" />
Leiningen
[fi.jubic/snoozy-core "0.7.1"]
Apache Buildr
'fi.jubic:snoozy-core:jar:0.7.1'