Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.cribbstechnologies.clients |
ArtifactId | ArtifactIdmandrillClient |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
mandrillClient-1.0.0.pom | |
mandrillClient-1.0.0.jar | 57 KB |
mandrillClient-1.0.0-sources.jar | 31 KB |
mandrillClient-1.0.0-javadoc.jar | 379 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cribbstechnologies.clients/mandrillClient/ -->
<dependency>
<groupId>com.cribbstechnologies.clients</groupId>
<artifactId>mandrillClient</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cribbstechnologies.clients/mandrillClient/
implementation 'com.cribbstechnologies.clients:mandrillClient:1.0.0'
// https://jarcasting.com/artifacts/com.cribbstechnologies.clients/mandrillClient/
implementation ("com.cribbstechnologies.clients:mandrillClient:1.0.0")
'com.cribbstechnologies.clients:mandrillClient:jar:1.0.0'
<dependency org="com.cribbstechnologies.clients" name="mandrillClient" rev="1.0.0">
<artifact name="mandrillClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cribbstechnologies.clients', module='mandrillClient', version='1.0.0')
)
libraryDependencies += "com.cribbstechnologies.clients" % "mandrillClient" % "1.0.0"
[com.cribbstechnologies.clients/mandrillClient "1.0.0"]