| License |
License |
|---|---|
| GroupId | GroupIdcom.nhl.dflib |
| ArtifactId | ArtifactIddflib-bom |
| Last Version | Last Version0.12 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptiondflib-bom: Bill of Materials (BOM) for DFLib modules.
Bill of Materials (BOM) for DFLib modules that allows end users to capture the version of multiple DFLib modules
at once.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dflib-bom-0.12.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nhl.dflib/dflib-bom/ -->
<dependency>
<groupId>com.nhl.dflib</groupId>
<artifactId>dflib-bom</artifactId>
<version>0.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nhl.dflib/dflib-bom/
implementation 'com.nhl.dflib:dflib-bom:0.12'
// https://jarcasting.com/artifacts/com.nhl.dflib/dflib-bom/
implementation ("com.nhl.dflib:dflib-bom:0.12")
'com.nhl.dflib:dflib-bom:pom:0.12'
<dependency org="com.nhl.dflib" name="dflib-bom" rev="0.12">
<artifact name="dflib-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nhl.dflib', module='dflib-bom', version='0.12')
)
libraryDependencies += "com.nhl.dflib" % "dflib-bom" % "0.12"
[com.nhl.dflib/dflib-bom "0.12"]