| License |
License |
|---|---|
| GroupId | GroupIdio.github.italbytz.ports |
| ArtifactId | ArtifactIdcommon |
| Last Version | Last Version0.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCommon Ports
A set of helpful interfaces to use with Hexagonal Architecture.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| common-0.2.0.pom | |
| common-0.2.0.jar | 2 KB |
| common-0.2.0-sources.jar | 1 KB |
| common-0.2.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.italbytz.ports/common/ -->
<dependency>
<groupId>io.github.italbytz.ports</groupId>
<artifactId>common</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.italbytz.ports/common/
implementation 'io.github.italbytz.ports:common:0.2.0'
// https://jarcasting.com/artifacts/io.github.italbytz.ports/common/
implementation ("io.github.italbytz.ports:common:0.2.0")
'io.github.italbytz.ports:common:jar:0.2.0'
<dependency org="io.github.italbytz.ports" name="common" rev="0.2.0">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.italbytz.ports', module='common', version='0.2.0')
)
libraryDependencies += "io.github.italbytz.ports" % "common" % "0.2.0"
[io.github.italbytz.ports/common "0.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.72 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |