Skip to content

RedRoma/aroma-data-operations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aroma Service Data Operations

Build Status

Defines the Data Interfaces and Operations used by the various Aroma Services.

These Data Operations are used by Business Logic living within the various Aroma Services.

For example, the Application Service needs the MessageRepository to store messages, and the Aroma Service needs it to retrieve Messages.

Download

To use, simply add the following maven dependency.

Release

<dependency>
	<groupId>tech.aroma</groupId>
	<artifactId>aroma-data-operations</artifactId>
	<version>2.1.2</version>
</dependency>

Snapshot

First add the Snapshot Repository

<repository>
	<id>ossrh</id>
    <url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
<dependency>
	<groupId>tech.aroma</groupId>
	<artifactId>aroma-data-operations</artifactId>
	<version>2.2-SNAPSHOT</version>
</dependency>

About

Defines the Data Interfaces and Operations used by the various Aroma Services.

Resources

License

Stars

Watchers

Forks

Packages

No packages published