MVN

pl.matsuo : matsuo-model-generator-history

Maven & Gradle

Apr 02, 2022
1 usages
1 stars
<dependency>
    <groupId>pl.matsuo</groupId>
    <artifactId>matsuo-model-generator-history</artifactId>
    <version>0.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pl.matsuo : matsuo-model-generator-history to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.7

All Versions

Choose a version of pl.matsuo : matsuo-model-generator-history to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
matsuo-model-generator-history-0.1.7
matsuo-model-generator-history-0.1.6
matsuo-model-generator-history-0.1.5
matsuo-model-generator-history-0.1.4
matsuo-model-generator-history-0.1.3

How to add a dependency to Maven

Add the following pl.matsuo : matsuo-model-generator-history maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pl.matsuo</groupId>
    <artifactId>matsuo-model-generator-history</artifactId>
    <version>0.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pl.matsuo : matsuo-model-generator-history gradle dependency to your build.gradle file:

implementation 'pl.matsuo:matsuo-model-generator-history:0.1.7'

Gradle Kotlin DSL: Add the following pl.matsuo : matsuo-model-generator-history gradle kotlin dependency to your build.gradle.kts file:

implementation("pl.matsuo:matsuo-model-generator-history:0.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following pl.matsuo : matsuo-model-generator-history sbt scala dependency to your build.sbt file:

libraryDependencies += "pl.matsuo" % "matsuo-model-generator-history" % "0.1.7"