is not current version
Last Version 3.0.0

fr.sii.ogham:ogham-parent 0.0.1

Open, General and Highly Adaptative Messaging library. It is a reusable Java library for sending any kind of message (email, SMS, mobile notification, tweet, SNMP...). The content of the message can comes from any templating engine (Thymeleaf, Freemarker, Velocity, ...). It also provides bridges for framework integration (Spring, JSF, ...). It is designed to be easily extended.

GroupId

GroupId

fr.sii.ogham
ArtifactId

ArtifactId

ogham-parent
Version

Version

0.0.1
Type

Type

pom

Download ogham-parent 0.0.1

Filename Size
ogham-parent-0.0.1.pom 17 KB
Browse

<!-- https://jarcasting.com/artifacts/fr.sii.ogham/ogham-parent/ -->
<dependency>
    <groupId>fr.sii.ogham</groupId>
    <artifactId>ogham-parent</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.sii.ogham/ogham-parent/
implementation 'fr.sii.ogham:ogham-parent:0.0.1'
// https://jarcasting.com/artifacts/fr.sii.ogham/ogham-parent/
implementation ("fr.sii.ogham:ogham-parent:0.0.1")
'fr.sii.ogham:ogham-parent:pom:0.0.1'
<dependency org="fr.sii.ogham" name="ogham-parent" rev="0.0.1">
  <artifact name="ogham-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.sii.ogham', module='ogham-parent', version='0.0.1')
)
libraryDependencies += "fr.sii.ogham" % "ogham-parent" % "0.0.1"
[fr.sii.ogham/ogham-parent "0.0.1"]