is not current version
Last Version 1.2.3

org.jeecqrs:jeecqrs-parent 1.2.1

Infrastructure tools to implement CQRS with Java EE standard methods

GroupId

GroupId

org.jeecqrs
ArtifactId

ArtifactId

jeecqrs-parent
Version

Version

1.2.1
Type

Type

pom

Download jeecqrs-parent 1.2.1

Filename Size
jeecqrs-parent-1.2.1.pom 17 KB
Browse

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