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