| License | License | 
|---|---|
| GroupId | GroupIdorg.unidal.framework | 
| ArtifactId | ArtifactIdframework-bom | 
| Last Version | Last Version4.1.1 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionFramework BOM Unidal Framework BOM | 
| Project URL | Project URL | 
| Project Organization | Project OrganizationUnidal Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| framework-bom-4.1.1.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.unidal.framework/framework-bom/ -->
<dependency>
    <groupId>org.unidal.framework</groupId>
    <artifactId>framework-bom</artifactId>
    <version>4.1.1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.unidal.framework/framework-bom/
implementation 'org.unidal.framework:framework-bom:4.1.1'// https://jarcasting.com/artifacts/org.unidal.framework/framework-bom/
implementation ("org.unidal.framework:framework-bom:4.1.1")'org.unidal.framework:framework-bom:pom:4.1.1'<dependency org="org.unidal.framework" name="framework-bom" rev="4.1.1">
  <artifact name="framework-bom" type="pom" />
</dependency>@Grapes(
@Grab(group='org.unidal.framework', module='framework-bom', version='4.1.1')
)libraryDependencies += "org.unidal.framework" % "framework-bom" % "4.1.1"[org.unidal.framework/framework-bom "4.1.1"]