| Group ID: |
io.github.agnistack |
| Artifact ID: |
module-impl |
| Last modified: |
04.03.2026 17:12 |
| Packaging: |
pom.sha512 |
| Name: |
BOM Test Project :: Implementation |
| Description: |
Implementation module for BOM test project |
|
|
| Size: |
3.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/io/github/agnistack/module-impl/1.0.0/module-impl-1.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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.agnistack</groupId>
<artifactId>bom-test-parent</artifactId>
<version>1.0.0</version>
</parent>
<artifactId>module-impl</artifactId>
<name>BOM Test Project :: Implementation</name>
<description>Implementation module for BOM test project</description>
<dependencies>
<dependency>
<groupId>io.github.agnistack</groupId>
<artifactId>module-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.github.agnistack</groupId>
<artifactId>module-core</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>io.github.agnistack</groupId>
<artifactId>module-impl</artifactId>
<version>1.0.0</version>
</dependency>
|
| Gradle: |
io.github.agnistack:module-impl:1.0.0 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|