ai-mocks-openai-standalone
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>me.kpavlov.aimocks</groupId>
<artifactId>ai-mocks-openai-standalone</artifactId>
<version>0.5.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>me.kpavlov.aimocks</groupId>
<artifactId>ai-mocks-openai-standalone</artifactId>
<version>0.5.1</version>
<name>ai-mocks-openai</name>
<description>Mock server for OpenAI API built with Mockksy</description>
<url>https://mokksy.dev</url>
<inceptionYear>2025</inceptionYear>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>kpavlov</id>
<name>Konstantin Pavlov</name>
<url>https://github.com/kpavlov</url>
<roles>
<role>author</role>
<role>developer</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/mokksy/ai-mocks.git</connection>
<developerConnection>scm:git:ssh://github.com/mokksy/ai-mocks.git</developerConnection>
<url>https://github.com/mokksy/ai-mocks</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/mokksy/ai-mocks/issues</url>
</issueManagement>
</project>