openapi-generator-mill-plugin_mill1_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.mikybars</groupId> <artifactId>openapi-generator-mill-plugin_mill1_3</artifactId> <version>7.14.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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> <name>openapi-generator-mill-plugin_mill1_3</name> <groupId>io.github.mikybars</groupId> <artifactId>openapi-generator-mill-plugin_mill1_3</artifactId> <packaging>jar</packaging> <description>OpenApi generator Mill Plugin</description> <version>7.14.0</version> <url>https://github.com/mikybars/openapi-mill-plugin</url> <licenses> <license> <name>MIT</name> <url>https://spdx.org/licenses/MIT.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git://github.com/mikybars/openapi-generator-mill-plugin.git</connection> <developerConnection>scm:git:ssh://git@github.com:mikybars/openapi-generator-mill-plugin.git</developerConnection> <url>https://github.com/mikybars/openapi-generator-mill-plugin</url> </scm> <developers> <developer> <id>mikybars</id> <name>Miguel Ibars</name> <url>https://github.com/mikybars</url> </developer> </developers> <dependencies> <dependency> <groupId>com.lihaoyi</groupId> <artifactId>mill-libs_3</artifactId> <version>1.0.2</version> </dependency> <dependency> <groupId>org.openapitools</groupId> <artifactId>openapi-generator</artifactId> <version>7.14.0</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.5.18</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.7.1</version> </dependency> </dependencies> </project>