embabel-workflow-visualizer-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.patbaumgartner.embabel</groupId>
<artifactId>embabel-workflow-visualizer-starter</artifactId>
<version>0.1.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.patbaumgartner.embabel</groupId>
<artifactId>embabel-workflow-visualizer-starter</artifactId>
<version>0.1.1</version>
<name>embabel-workflow-visualizer-starter</name>
<description>Spring Boot starter that provides a workflow visualizer UI and API for Embabel agents.</description>
<url>https://github.com/patbaumgartner/embabel-workflow-visualizer</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>patbaumgartner</id>
<name>Patrick Baumgartner</name>
<url>https://github.com/patbaumgartner</url>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/patbaumgartner/embabel-workflow-visualizer.git/embabel-workflow-visualizer-starter</connection>
<developerConnection>scm:git:https://github.com/patbaumgartner/embabel-workflow-visualizer.git/embabel-workflow-visualizer-starter</developerConnection>
<url>https://github.com/patbaumgartner/embabel-workflow-visualizer/embabel-workflow-visualizer-starter</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/patbaumgartner/embabel-workflow-visualizer/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>3.5.14</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>3.5.14</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
<version>3.5.14</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>3.5.14</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>