MVN

pl.datart : http4s-timer-core_2.13

Maven & Gradle

Mar 11, 2023
1 usages
1 stars

http4s-timer-core · http4s-timer-core

<dependency>
    <groupId>pl.datart</groupId>
    <artifactId>http4s-timer-core_2.13</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pl.datart : http4s-timer-core_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0
  • Latest Release Candidate: 0.1.13-RC2

All Versions

Choose a version of pl.datart : http4s-timer-core_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
http4s-timer-core_2.13-1.0.0
0.1.x
http4s-timer-core_2.13-0.1.21
http4s-timer-core_2.13-0.1.20
http4s-timer-core_2.13-0.1.19
http4s-timer-core_2.13-0.1.18
http4s-timer-core_2.13-0.1.17
http4s-timer-core_2.13-0.1.16
http4s-timer-core_2.13-0.1.15
http4s-timer-core_2.13-0.1.13
http4s-timer-core_2.13-0.1.13-RC2
http4s-timer-core_2.13-0.1.12
http4s-timer-core_2.13-0.1.11
http4s-timer-core_2.13-0.1.10
http4s-timer-core_2.13-0.1.9
http4s-timer-core_2.13-0.1.8
http4s-timer-core_2.13-0.1.7
http4s-timer-core_2.13-0.1.6
http4s-timer-core_2.13-0.1.5
http4s-timer-core_2.13-0.1.4
http4s-timer-core_2.13-0.1.3
http4s-timer-core_2.13-0.1.2
http4s-timer-core_2.13-0.1.1
http4s-timer-core_2.13-0.1.0-http4s-0.20
http4s-timer-core_2.13-0.1.0

How to add a dependency to Maven

Add the following pl.datart : http4s-timer-core_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pl.datart</groupId>
    <artifactId>http4s-timer-core_2.13</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pl.datart : http4s-timer-core_2.13 gradle dependency to your build.gradle file:

implementation 'pl.datart:http4s-timer-core_2.13:1.0.0'

Gradle Kotlin DSL: Add the following pl.datart : http4s-timer-core_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("pl.datart:http4s-timer-core_2.13:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following pl.datart : http4s-timer-core_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "pl.datart" % "http4s-timer-core_2.13" % "1.0.0"