MVN

com.darwinsys : todo-datamodel

Maven & Gradle

Nov 18, 2016
0 stars

Data Model for ToDo project(s) · The data model classes for TodoMore, the minimalist ToDo Manager. Annotated for JPA and for MetaWidget, with scope=provided so you don't have to use these APIs if you don't need them in your application.

<dependency>
    <groupId>com.darwinsys</groupId>
    <artifactId>todo-datamodel</artifactId>
    <version>1.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.darwinsys : todo-datamodel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.10

All Versions

Choose a version of com.darwinsys : todo-datamodel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
todo-datamodel-1.0.10

How to add a dependency to Maven

Add the following com.darwinsys : todo-datamodel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.darwinsys</groupId>
    <artifactId>todo-datamodel</artifactId>
    <version>1.0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.darwinsys : todo-datamodel gradle dependency to your build.gradle file:

implementation 'com.darwinsys:todo-datamodel:1.0.10'

Gradle Kotlin DSL: Add the following com.darwinsys : todo-datamodel gradle kotlin dependency to your build.gradle.kts file:

implementation("com.darwinsys:todo-datamodel:1.0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.darwinsys : todo-datamodel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.darwinsys" % "todo-datamodel" % "1.0.10"

Advertisement