GroupId | GroupIdorg.jeecqrs |
---|---|
ArtifactId | ArtifactIdjeecqrs-bom-all |
Version | Version1.2.1 |
Type | Typepom |
Filename | Size |
---|---|
jeecqrs-bom-all-1.2.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jeecqrs/jeecqrs-bom-all/ -->
<dependency>
<groupId>org.jeecqrs</groupId>
<artifactId>jeecqrs-bom-all</artifactId>
<version>1.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jeecqrs/jeecqrs-bom-all/
implementation 'org.jeecqrs:jeecqrs-bom-all:1.2.1'
// https://jarcasting.com/artifacts/org.jeecqrs/jeecqrs-bom-all/
implementation ("org.jeecqrs:jeecqrs-bom-all:1.2.1")
'org.jeecqrs:jeecqrs-bom-all:pom:1.2.1'
<dependency org="org.jeecqrs" name="jeecqrs-bom-all" rev="1.2.1">
<artifact name="jeecqrs-bom-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jeecqrs', module='jeecqrs-bom-all', version='1.2.1')
)
libraryDependencies += "org.jeecqrs" % "jeecqrs-bom-all" % "1.2.1"
[org.jeecqrs/jeecqrs-bom-all "1.2.1"]