api-ghost-agent-spring
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.api-ghost-agent</groupId> <artifactId>api-ghost-agent-spring</artifactId> <version>0.0.1-BETA</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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.api-ghost-agent</groupId> <artifactId>api-ghost-agent-spring</artifactId> <version>0.0.1-BETA</version> <name>api-ghost-agent-spring</name> <description>API Ghost is an automated tool for testing and validating the flow of APIs.</description> <url>https://github.com/api-ghost/api-ghost-agent-spring</url> <licenses> <license> <name>MIT License</name> <url>https://github.com/api-ghost/api-ghost-agent-spring/blob/main/LICENSE</url> </license> </licenses> <developers> <developer> <id>kobenlys</id> <name>YoungSeok Lee</name> <email>kobenlys@gmail.com</email> </developer> <developer> <id>haazz</id> <name>JiWon Ha</name> <email>gkwldnjs121@gmail.com</email> </developer> <developer> <id>oneweeeek</id> <name>HanJu Kim</name> <email>kimhanju2725@gmail.com</email> </developer> <developer> <id>haelim</id> <name>Haelim Kweon</name> <email>khaelim1311@gmail.com</email> </developer> <developer> <id>sung-jun98</id> <name>SungJun Kim</name> <email>sjkim2243@gmail.com</email> </developer> <developer> <id>cod0216</id> <name>Eunchang Choi</name> <email>cod0216@nate.com</email> </developer> </developers> <scm> <connection>scm:git:github.com/api-ghost/api-ghost-agent-spring</connection> <developerConnection>scm:git:ssh://github.com:api-ghost-agent/api-ghost-agent-spring.git</developerConnection> <url>https://github.com/api-ghost/api-ghost-agent-spring/tree/main</url> </scm> <dependencies> <dependency> <groupId>org.apighost-core</groupId> <artifactId>core</artifactId> <version>0.0.1-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apighost-web</groupId> <artifactId>web</artifactId> <version>0.0.1-SNAPSHOT</version> <scope>runtime</scope> </dependency> </dependencies> </project>