License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdcom.github.frankivo |
ArtifactId | ArtifactIdscala-ms-exchange |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionScala MS-Exchange
Making working with Exchange easier.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
scala-ms-exchange-1.0.0.pom | |
scala-ms-exchange-1.0.0.jar | 11 KB |
scala-ms-exchange-1.0.0-sources.jar | 2 KB |
scala-ms-exchange-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.frankivo/scala-ms-exchange/ -->
<dependency>
<groupId>com.github.frankivo</groupId>
<artifactId>scala-ms-exchange</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.frankivo/scala-ms-exchange/
implementation 'com.github.frankivo:scala-ms-exchange:1.0.0'
// https://jarcasting.com/artifacts/com.github.frankivo/scala-ms-exchange/
implementation ("com.github.frankivo:scala-ms-exchange:1.0.0")
'com.github.frankivo:scala-ms-exchange:jar:1.0.0'
<dependency org="com.github.frankivo" name="scala-ms-exchange" rev="1.0.0">
<artifact name="scala-ms-exchange" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.frankivo', module='scala-ms-exchange', version='1.0.0')
)
libraryDependencies += "com.github.frankivo" % "scala-ms-exchange" % "1.0.0"
[com.github.frankivo/scala-ms-exchange "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.13.1 |
com.microsoft.ews-java-api : ews-java-api | jar | 2.0 |