flowlogix-datamodel
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.flowlogix</groupId>
<artifactId>flowlogix-datamodel</artifactId>
<version>11</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" child.project.url.inherit.append.path="false">
<modelVersion>4.0.0</modelVersion>
<groupId>com.flowlogix</groupId>
<artifactId>flowlogix-datamodel</artifactId>
<version>11</version>
<name>Flow Logix PrimeFaces Data Model</name>
<description>Flow Logix PrimeFaces Lazy Data Model</description>
<url>https://docs.flowlogix.com</url>
<inceptionYear>2011</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>lprimak</id>
<name>Lenny Primak</name>
<email>lenny@flowlogix.com</email>
<organization>Flow Logix, Inc.</organization>
<organizationUrl>https://www.flowlogix.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com:flowlogix/flowlogix.git</connection>
<developerConnection>scm:git:git@github.com:flowlogix/flowlogix.git</developerConnection>
<tag>Version-11</tag>
<url>https://github.com/flowlogix/flowlogix</url>
</scm>
<distributionManagement>
<snapshotRepository>
<id>flowlogix-maven-central-portal</id>
<url>https://central.sonatype.com/repository/maven-snapshots</url>
</snapshotRepository>
<site child.site.url.inherit.append.path="false">
<url>https://docs.flowlogix.com</url>
</site>
</distributionManagement>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.17</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.primefaces</groupId>
<artifactId>primefaces</artifactId>
<version>15.0.10</version>
<classifier>jakarta</classifier>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.flowlogix</groupId>
<artifactId>flowlogix-jee</artifactId>
<version>11</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.flowlogix</groupId>
<artifactId>flowlogix-jee</artifactId>
<version>11</version>
<type>test-jar</type>
<classifier>tests</classifier>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.omnifaces</groupId>
<artifactId>omnifaces</artifactId>
<version>5.0-M5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.20.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>