License |
License
The MIT License (MIT)
|
---|---|
GroupId | GroupIdorg.cubeengine |
ArtifactId | ArtifactIdlogscribe-email |
Version | Version1.0.2 |
Type | Typejar |
Description |
DescriptionLogScribe Email
A flexible logging API developed for the CubeEngine
|
Filename | Size |
---|---|
logscribe-email-1.0.2.pom | |
logscribe-email-1.0.2.jar | 3 KB |
logscribe-email-1.0.2-sources.jar | 2 KB |
logscribe-email-1.0.2-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cubeengine/logscribe-email/ -->
<dependency>
<groupId>org.cubeengine</groupId>
<artifactId>logscribe-email</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.cubeengine/logscribe-email/
implementation 'org.cubeengine:logscribe-email:1.0.2'
// https://jarcasting.com/artifacts/org.cubeengine/logscribe-email/
implementation ("org.cubeengine:logscribe-email:1.0.2")
'org.cubeengine:logscribe-email:jar:1.0.2'
<dependency org="org.cubeengine" name="logscribe-email" rev="1.0.2">
<artifact name="logscribe-email" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cubeengine', module='logscribe-email', version='1.0.2')
)
libraryDependencies += "org.cubeengine" % "logscribe-email" % "1.0.2"
[org.cubeengine/logscribe-email "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.cubeengine : logscribe-core | jar | 1.0.2 |
org.apache.commons : commons-email | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |