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