GroupId | GroupIdplexus |
---|---|
ArtifactId | ArtifactIdplexus-mail-sender-test |
Version | Version1.0-alpha-1 |
Type | Typejar |
Filename | Size |
---|---|
plexus-mail-sender-test-1.0-alpha-1.pom | |
plexus-mail-sender-test-1.0-alpha-1.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/plexus/plexus-mail-sender-test/ -->
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus-mail-sender-test</artifactId>
<version>1.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/plexus/plexus-mail-sender-test/
implementation 'plexus:plexus-mail-sender-test:1.0-alpha-1'
// https://jarcasting.com/artifacts/plexus/plexus-mail-sender-test/
implementation ("plexus:plexus-mail-sender-test:1.0-alpha-1")
'plexus:plexus-mail-sender-test:jar:1.0-alpha-1'
<dependency org="plexus" name="plexus-mail-sender-test" rev="1.0-alpha-1">
<artifact name="plexus-mail-sender-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='plexus', module='plexus-mail-sender-test', version='1.0-alpha-1')
)
libraryDependencies += "plexus" % "plexus-mail-sender-test" % "1.0-alpha-1"
[plexus/plexus-mail-sender-test "1.0-alpha-1"]