yaci-store-mir-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.bloxbean.cardano</groupId>
<artifactId>yaci-store-mir-api</artifactId>
<version>2.0.0-beta5-pre</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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.bloxbean.cardano</groupId>
<artifactId>yaci-store-mir-api</artifactId>
<version>2.0.0-beta5-pre</version>
<name>Yaci Store MIR API Module</name>
<description>Yaci Store MIR API Module</description>
<url>https://github.com/bloxbean/yaci-store</url>
<licenses>
<license>
<name>The MIT License</name>
<url>https://opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<developers>
<developer>
<id>satran004</id>
<name>Satya</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/bloxbean/yaci-store.git</connection>
<developerConnection>scm:git:ssh://git@github.com/bloxbean/yaci-store.git</developerConnection>
<url>https://github.com/bloxbean/yaci-store</url>
</scm>
<dependencies>
<dependency>
<groupId>com.bloxbean.cardano</groupId>
<artifactId>yaci-store-mir</artifactId>
<version>2.0.0-beta5-pre</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId>
<version>1.5.5.Final</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>2023.0.3</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.3.4</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
</project>