springdoc-openapi-scala_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>za.co.absa</groupId> <artifactId>springdoc-openapi-scala_2.12</artifactId> <version>0.3.5</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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>za.co.absa</groupId> <artifactId>springdoc-openapi-scala_2.12</artifactId> <packaging>jar</packaging> <description>Enhancement of springdoc-openapi for Scala</description> <url>https://github.com/AbsaOSS/springdoc-openapi-scala</url> <version>0.3.5</version> <licenses> <license> <name>Apache-2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <name>springdoc-openapi-scala</name> <inceptionYear>2023</inceptionYear> <organization> <name>ABSA Group Limited</name> <url>https://www.absa.africa</url> </organization> <scm> <url>https://github.com/AbsaOSS/springdoc-openapi-scala/tree/main</url> <connection>scm:git:git://github.com/AbsaOSS/springdoc-openapi-scala.git</connection> <developerConnection>scm:git:ssh://github.com/AbsaOSS/springdoc-openapi-scala.git</developerConnection> </scm> <developers> <developer> <id>jakipatryk</id> <name>Bartlomiej Baj</name> <url>https://github.com/jakipatryk</url> <email>bartlomiej.baj@absa.africa</email> </developer> <developer> <id>kevinwallimann</id> <name>Kevin Wallimann</name> <url>https://github.com/kevinwallimann</url> <email>kevin.wallimann@absa.africa</email> </developer> </developers> <properties> <info.versionScheme>early-semver</info.versionScheme> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.12.18</version> </dependency> </dependencies> </project>