| License |
License |
|---|---|
| GroupId | GroupIdcom.nhl.dflib |
| ArtifactId | ArtifactIddflib-bom |
| Version | Version0.10 |
| 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.10.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nhl.dflib/dflib-bom/ -->
<dependency>
<groupId>com.nhl.dflib</groupId>
<artifactId>dflib-bom</artifactId>
<version>0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nhl.dflib/dflib-bom/
implementation 'com.nhl.dflib:dflib-bom:0.10'
// https://jarcasting.com/artifacts/com.nhl.dflib/dflib-bom/
implementation ("com.nhl.dflib:dflib-bom:0.10")
'com.nhl.dflib:dflib-bom:pom:0.10'
<dependency org="com.nhl.dflib" name="dflib-bom" rev="0.10">
<artifact name="dflib-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nhl.dflib', module='dflib-bom', version='0.10')
)
libraryDependencies += "com.nhl.dflib" % "dflib-bom" % "0.10"
[com.nhl.dflib/dflib-bom "0.10"]