is not current version
Last Version 2.1.3

tech.aroma:aroma-data-operations 1.0

Part of the Aroma Project. Simplicity is paramount. Defines the Data Repositories and provides implementations for use in various Aroma Services.

Categories

Categories

Data
GroupId

GroupId

tech.aroma
ArtifactId

ArtifactId

aroma-data-operations
Version

Version

1.0
Type

Type

jar

Download aroma-data-operations 1.0


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