GroupId | GroupIdcom.outegret |
---|---|
ArtifactId | ArtifactIdscene-email |
Version | Version1.4.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.outegret/scene-email/ -->
<dependency>
<groupId>com.outegret</groupId>
<artifactId>scene-email</artifactId>
<version>1.4.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.outegret/scene-email/
implementation 'com.outegret:scene-email:1.4.2.RELEASE'
// https://jarcasting.com/artifacts/com.outegret/scene-email/
implementation ("com.outegret:scene-email:1.4.2.RELEASE")
'com.outegret:scene-email:jar:1.4.2.RELEASE'
<dependency org="com.outegret" name="scene-email" rev="1.4.2.RELEASE">
<artifact name="scene-email" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.outegret', module='scene-email', version='1.4.2.RELEASE')
)
libraryDependencies += "com.outegret" % "scene-email" % "1.4.2.RELEASE"
[com.outegret/scene-email "1.4.2.RELEASE"]