is not current version
Last Version 0.2.0

io.github.italbytz.ports:meal 0.1.0

A set of helpful interfaces to use with Hexagonal Architecture.

GroupId

GroupId

io.github.italbytz.ports
ArtifactId

ArtifactId

meal
Version

Version

0.1.0
Type

Type

jar

Download meal 0.1.0


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