hexagonal-domain

A library designed to speed development of the domain layer of hexagonal architectures

License

License

Categories

Categories

Doma Data ORM
GroupId

GroupId

com.github.ryneal
ArtifactId

ArtifactId

hexagonal-domain
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

hexagonal-domain
A library designed to speed development of the domain layer of hexagonal architectures
Project URL

Project URL

https://github.com/ryneal/hexagonal-domain
Source Code Management

Source Code Management

https://github.com/ryneal/hexagonal-domain

Download hexagonal-domain

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.ryneal/hexagonal-domain/ -->
<dependency>
    <groupId>com.github.ryneal</groupId>
    <artifactId>hexagonal-domain</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ryneal/hexagonal-domain/
implementation 'com.github.ryneal:hexagonal-domain:1.0.3'
// https://jarcasting.com/artifacts/com.github.ryneal/hexagonal-domain/
implementation ("com.github.ryneal:hexagonal-domain:1.0.3")
'com.github.ryneal:hexagonal-domain:jar:1.0.3'
<dependency org="com.github.ryneal" name="hexagonal-domain" rev="1.0.3">
  <artifact name="hexagonal-domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ryneal', module='hexagonal-domain', version='1.0.3')
)
libraryDependencies += "com.github.ryneal" % "hexagonal-domain" % "1.0.3"
[com.github.ryneal/hexagonal-domain "1.0.3"]

Dependencies

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.6.2
org.assertj : assertj-core jar 3.16.1
org.mockito : mockito-junit-jupiter jar 3.3.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.1
1.0.0
0.0.1