| License |
License |
|---|---|
| GroupId | GroupIdcloud.commandframework |
| ArtifactId | ArtifactIdcloud-bom |
| Last Version | Last Version1.7.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptioncloud-bom
Command framework and dispatcher for the JVM
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| cloud-bom-1.7.0.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/cloud.commandframework/cloud-bom/ -->
<dependency>
<groupId>cloud.commandframework</groupId>
<artifactId>cloud-bom</artifactId>
<version>1.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cloud.commandframework/cloud-bom/
implementation 'cloud.commandframework:cloud-bom:1.7.0'
// https://jarcasting.com/artifacts/cloud.commandframework/cloud-bom/
implementation ("cloud.commandframework:cloud-bom:1.7.0")
'cloud.commandframework:cloud-bom:pom:1.7.0'
<dependency org="cloud.commandframework" name="cloud-bom" rev="1.7.0">
<artifact name="cloud-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='cloud.commandframework', module='cloud-bom', version='1.7.0')
)
libraryDependencies += "cloud.commandframework" % "cloud-bom" % "1.7.0"
[cloud.commandframework/cloud-bom "1.7.0"]