is not current version
Last Version 3.0.0

fr.sii.ogham:ogham-core 1.1.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-core
Version

Version

1.1.1
Type

Type

jar

Download ogham-core 1.1.1


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