<dependency> <groupId>io.github.meinders</groupId> <artifactId>lithium-ews</artifactId> <version>1.2.2</version> </dependency>
implementation 'io.github.meinders:lithium-ews:1.2.2'
implementation("io.github.meinders:lithium-ews:1.2.2")
libraryDependencies += "io.github.meinders" % "lithium-ews" % "1.2.2"
@Grapes( @Grab(group='io.github.meinders', module='lithium-ews', version='1.2.2') )
<dependency org="io.github.meinders" name="lithium-ews" rev="1.2.2" />
[io.github.meinders/lithium-ews "1.2.2"]
'io.github.meinders:lithium-ews:jar:1.2.2'
compile
|-- junit:junit:4.13.2