MVN

nl.pragmasoft.eventsourced : utils_2.13

Maven & Gradle

Aug 31, 2021
1 usages
28 stars

utils · utils

<dependency>
    <groupId>nl.pragmasoft.eventsourced</groupId>
    <artifactId>utils_2.13</artifactId>
    <version>20210830.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.pragmasoft.eventsourced : utils_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20210830.1

All Versions

Choose a version of nl.pragmasoft.eventsourced : utils_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20210830.1
utils_2.13-20210830.1
20210819.1
utils_2.13-20210819.1
20210809.1
utils_2.13-20210809.1
20210808.6
utils_2.13-20210808.6
20210808.5
utils_2.13-20210808.5
20210808.4
utils_2.13-20210808.4
0.0.x
utils_2.13-0.0.4
utils_2.13-0.0.3
utils_2.13-0.0.2
utils_2.13-0.0.1

How to add a dependency to Maven

Add the following nl.pragmasoft.eventsourced : utils_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.pragmasoft.eventsourced</groupId>
    <artifactId>utils_2.13</artifactId>
    <version>20210830.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.pragmasoft.eventsourced : utils_2.13 gradle dependency to your build.gradle file:

implementation 'nl.pragmasoft.eventsourced:utils_2.13:20210830.1'

Gradle Kotlin DSL: Add the following nl.pragmasoft.eventsourced : utils_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.pragmasoft.eventsourced:utils_2.13:20210830.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.pragmasoft.eventsourced : utils_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.pragmasoft.eventsourced" % "utils_2.13" % "20210830.1"

Advertisement