| License |
License |
|---|---|
| GroupId | GroupIdcom.fluxtion |
| ArtifactId | ArtifactIdfluxtion-bom |
| Last Version | Last Version2.11.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionfluxtion :: poms :: bom
This meta-project is used to generate a bill-of-materials POM
that contains the Fluxtion dependencyManagement section.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| fluxtion-bom-2.11.1.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fluxtion/fluxtion-bom/ -->
<dependency>
<groupId>com.fluxtion</groupId>
<artifactId>fluxtion-bom</artifactId>
<version>2.11.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fluxtion/fluxtion-bom/
implementation 'com.fluxtion:fluxtion-bom:2.11.1'
// https://jarcasting.com/artifacts/com.fluxtion/fluxtion-bom/
implementation ("com.fluxtion:fluxtion-bom:2.11.1")
'com.fluxtion:fluxtion-bom:pom:2.11.1'
<dependency org="com.fluxtion" name="fluxtion-bom" rev="2.11.1">
<artifact name="fluxtion-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fluxtion', module='fluxtion-bom', version='2.11.1')
)
libraryDependencies += "com.fluxtion" % "fluxtion-bom" % "2.11.1"
[com.fluxtion/fluxtion-bom "2.11.1"]