hexarc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.jahrim</groupId> <artifactId>hexarc</artifactId> <version>0.4.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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"> <!-- 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>io.github.jahrim</groupId> <artifactId>hexarc</artifactId> <version>0.4.2</version> <name>HexArc</name> <description>Utility module for instantiating services following the best practices of the Hexagonal Architecture Pattern, also known as Clean Architecture.</description> <url>https://github.com/ldss-project/hexarc</url> <licenses> <license> <name>The MIT License</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <name>Jahrim Gabriele Cesario</name> <email>jahrim.cesario2@studio.unibo.it</email> <url>https://jahrim.github.io</url> </developer> </developers> <scm> <connection>scm:git:extension 'publishOnCentral' property 'projectUrl'</connection> <developerConnection>scm:git:extension 'publishOnCentral' property 'projectUrl'</developerConnection> <url>https://github.com/ldss-project/hexarc</url> </scm> <dependencies> <dependency> <groupId>io.vertx</groupId> <artifactId>vertx-core</artifactId> <version>4.4.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.2.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.mongodb</groupId> <artifactId>mongodb-driver-sync</artifactId> <version>4.10.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.3.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>