License |
License
GNU GENERAL PUBLIC LICENSE, Version 3
|
---|---|
GroupId | GroupIdcom.fluidbpm |
ArtifactId | ArtifactIdfluid-root |
Version | Version1.11 |
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.11.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fluidbpm/fluid-root/ -->
<dependency>
<groupId>com.fluidbpm</groupId>
<artifactId>fluid-root</artifactId>
<version>1.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fluidbpm/fluid-root/
implementation 'com.fluidbpm:fluid-root:1.11'
// https://jarcasting.com/artifacts/com.fluidbpm/fluid-root/
implementation ("com.fluidbpm:fluid-root:1.11")
'com.fluidbpm:fluid-root:pom:1.11'
<dependency org="com.fluidbpm" name="fluid-root" rev="1.11">
<artifact name="fluid-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fluidbpm', module='fluid-root', version='1.11')
)
libraryDependencies += "com.fluidbpm" % "fluid-root" % "1.11"
[com.fluidbpm/fluid-root "1.11"]