Last Version

Data Model for ToDo project(s) 1.0.10

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.

License

License

Categories

Categories

Data
GroupId

GroupId

com.darwinsys
ArtifactId

ArtifactId

todo-datamodel
Version

Version

1.0.10
Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://darwinsys.com
Source Code Management

Source Code Management

https://github.com/IanDarwin/TodoModel

Download todo-datamodel 1.0.10


<!-- https://jarcasting.com/artifacts/com.darwinsys/todo-datamodel/ -->
<dependency>
    <groupId>com.darwinsys</groupId>
    <artifactId>todo-datamodel</artifactId>
    <version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.darwinsys/todo-datamodel/
implementation 'com.darwinsys:todo-datamodel:1.0.10'
// https://jarcasting.com/artifacts/com.darwinsys/todo-datamodel/
implementation ("com.darwinsys:todo-datamodel:1.0.10")
'com.darwinsys:todo-datamodel:jar:1.0.10'
<dependency org="com.darwinsys" name="todo-datamodel" rev="1.0.10">
  <artifact name="todo-datamodel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.darwinsys', module='todo-datamodel', version='1.0.10')
)
libraryDependencies += "com.darwinsys" % "todo-datamodel" % "1.0.10"
[com.darwinsys/todo-datamodel "1.0.10"]

Dependencies

compile (3)

Group / Artifact Type Version
org.metawidget.modules : metawidget-annotation jar 4.2
com.fasterxml.jackson.core : jackson-core jar 2.4.0-rc3
com.fasterxml.jackson.core : jackson-databind jar 2.4.0-rc3

provided (1)

Group / Artifact Type Version
javax : javaee-web-api jar 7.0

test (5)

Group / Artifact Type Version
org.hibernate : hibernate-core jar 4.0.1.Final
org.hibernate : hibernate-entitymanager jar 4.0.1.Final
org.hibernate : hibernate-validator jar 4.2.0.Final
org.hsqldb : hsqldb jar 2.0.0
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.