| Title: |
atp-mia-rest-openapi-specifications |
| Group ID: |
org.qubership.atp.mia |
| Artifact ID: |
atp-mia-rest-openapi-specifications |
| Version: |
3.0.0 |
| Last modified: |
17.06.2026 17:14 |
| Packaging: |
jar |
| Name: |
atp-mia-rest-openapi-specifications |
|
|
| Size: |
26.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/qubership/atp/mia/atp-mia-rest-openapi-specifications/3.0.0/atp-mia-rest-openapi-specifications-3.0.0.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>atp-mia</artifactId>
<groupId>org.qubership.atp.mia</groupId>
<version>3.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>atp-mia-rest-openapi-specifications</artifactId>
<name>atp-mia-rest-openapi-specifications</name>
<packaging>jar</packaging>
<build>
<resources>
<resource>
<targetPath>api/mia</targetPath> <!--please set api/name of service here-->
<filtering>false</filtering>
<directory>${basedir}</directory>
<includes>
<include>**/*.yaml</include>
</includes>
<excludes>
<exclude>target/**/*</exclude>
</excludes>
</resource>
</resources>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>org.qubership.atp.mia</groupId>
<artifactId>atp-mia-rest-openapi-specifications</artifactId>
<version>3.0.0</version>
</dependency>
|
| Gradle: |
org.qubership.atp.mia:atp-mia-rest-openapi-specifications:3.0.0 |
| Dependency Graph: |
Show
Less
More
|