Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdorg.jeecqrs |
ArtifactId | ArtifactIdjeecqrs-jcommondomain-parent |
Version | Version1.4 |
Type | Typepom |
Filename | Size |
---|---|
jeecqrs-jcommondomain-parent-1.4.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jeecqrs/jeecqrs-jcommondomain-parent/ -->
<dependency>
<groupId>org.jeecqrs</groupId>
<artifactId>jeecqrs-jcommondomain-parent</artifactId>
<version>1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jeecqrs/jeecqrs-jcommondomain-parent/
implementation 'org.jeecqrs:jeecqrs-jcommondomain-parent:1.4'
// https://jarcasting.com/artifacts/org.jeecqrs/jeecqrs-jcommondomain-parent/
implementation ("org.jeecqrs:jeecqrs-jcommondomain-parent:1.4")
'org.jeecqrs:jeecqrs-jcommondomain-parent:pom:1.4'
<dependency org="org.jeecqrs" name="jeecqrs-jcommondomain-parent" rev="1.4">
<artifact name="jeecqrs-jcommondomain-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jeecqrs', module='jeecqrs-jcommondomain-parent', version='1.4')
)
libraryDependencies += "org.jeecqrs" % "jeecqrs-jcommondomain-parent" % "1.4"
[org.jeecqrs/jeecqrs-jcommondomain-parent "1.4"]