Categories |
CategoriesOrienteer General Purpose Libraries Other |
---|---|
GroupId | GroupIdorg.orienteer |
ArtifactId | ArtifactIdorienteer-mail |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
orienteer-mail-1.4.pom | |
orienteer-mail-1.4.jar | 26 KB |
orienteer-mail-1.4-sources.jar | 17 KB |
orienteer-mail-1.4-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.orienteer/orienteer-mail/ -->
<dependency>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-mail</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.orienteer/orienteer-mail/
implementation 'org.orienteer:orienteer-mail:1.4'
// https://jarcasting.com/artifacts/org.orienteer/orienteer-mail/
implementation ("org.orienteer:orienteer-mail:1.4")
'org.orienteer:orienteer-mail:jar:1.4'
<dependency org="org.orienteer" name="orienteer-mail" rev="1.4">
<artifact name="orienteer-mail" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.orienteer', module='orienteer-mail', version='1.4')
)
libraryDependencies += "org.orienteer" % "orienteer-mail" % "1.4"
[org.orienteer/orienteer-mail "1.4"]