fastball-portal-jpa
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>dev.fastball</groupId> <artifactId>fastball-portal-jpa</artifactId> <version>0.6.2</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 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>fastball-portal</artifactId> <groupId>dev.fastball</groupId> <version>0.6.2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>fastball-portal-jpa</artifactId> <dependencies> <dependency> <groupId>dev.fastball</groupId> <artifactId>fastball-ui-builtin-jpa</artifactId> </dependency> <dependency> <groupId>dev.fastball</groupId> <artifactId>fastball-ui-api</artifactId> </dependency> <dependency> <groupId>dev.fastball</groupId> <artifactId>fastball-ui-compiler</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>dev.fastball</groupId> <artifactId>fastball-orm-jpa</artifactId> </dependency> <dependency> <groupId>dev.fastball</groupId> <artifactId>fastball-portal-core</artifactId> </dependency> </dependencies> </project>