License |
License |
---|---|
GroupId | GroupIdorg.requirementsascode |
ArtifactId | ArtifactIdpoem-hexagon |
Version | Version1.8 |
Type | Typejar |
Description |
Descriptionpoem-hexagon
A simple example for a hexagonal architecture.
|
Project URL |
Project URL |
Filename | Size |
---|---|
poem-hexagon-1.8.pom | |
poem-hexagon-1.8.jar | 11 KB |
poem-hexagon-1.8-sources.jar | 8 KB |
poem-hexagon-1.8-javadoc.jar | 435 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.requirementsascode/poem-hexagon/ -->
<dependency>
<groupId>org.requirementsascode</groupId>
<artifactId>poem-hexagon</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.requirementsascode/poem-hexagon/
implementation 'org.requirementsascode:poem-hexagon:1.8'
// https://jarcasting.com/artifacts/org.requirementsascode/poem-hexagon/
implementation ("org.requirementsascode:poem-hexagon:1.8")
'org.requirementsascode:poem-hexagon:jar:1.8'
<dependency org="org.requirementsascode" name="poem-hexagon" rev="1.8">
<artifact name="poem-hexagon" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.requirementsascode', module='poem-hexagon', version='1.8')
)
libraryDependencies += "org.requirementsascode" % "poem-hexagon" % "1.8"
[org.requirementsascode/poem-hexagon "1.8"]
Group / Artifact | Type | Version |
---|---|---|
org.requirementsascode : requirementsascodecore | jar | 1.9.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |