License |
License
GNU GENERAL PUBLIC LICENSE, Version 3
|
---|---|
GroupId | GroupIdcom.fluidbpm |
ArtifactId | ArtifactIdfluid-root |
Version | Version1.12 |
Type | Typepom |
Description |
DescriptionFluid Root
Parent pom providing default setups for all application and admin servers modules.
|
Project URL |
Project URL |
Filename | Size |
---|---|
fluid-root-1.12.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fluidbpm/fluid-root/ -->
<dependency>
<groupId>com.fluidbpm</groupId>
<artifactId>fluid-root</artifactId>
<version>1.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fluidbpm/fluid-root/
implementation 'com.fluidbpm:fluid-root:1.12'
// https://jarcasting.com/artifacts/com.fluidbpm/fluid-root/
implementation ("com.fluidbpm:fluid-root:1.12")
'com.fluidbpm:fluid-root:pom:1.12'
<dependency org="com.fluidbpm" name="fluid-root" rev="1.12">
<artifact name="fluid-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fluidbpm', module='fluid-root', version='1.12')
)
libraryDependencies += "com.fluidbpm" % "fluid-root" % "1.12"
[com.fluidbpm/fluid-root "1.12"]