civitai-generator-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.kgmyshin</groupId> <artifactId>civitai-generator-client</artifactId> <version>0.0.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.kgmyshin</groupId> <artifactId>civitai-generator-client</artifactId> <version>0.0.1</version> <packaging>pom</packaging> <name>civitai-generator-client</name> <description>civitai generator client</description> <url>https://github.com/kgmyshin/civitai-generator-client</url> <licenses> <license> <name>MIT License</name> <url>https://github.com/kgmyshin/civitiai-generator-client/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>kgmyshin</id> <name>Shinnosuke Kugimiya</name> <email>kgmyshin82@gmail.com</email> </developer> </developers> <scm> <url>https://github.com/kgmyshin/civitai-generator-client</url> </scm> </project>