License |
License |
---|---|
GroupId | GroupIdorg.seerc.paasword |
ArtifactId | ArtifactIddummy |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionA dummy module for nexus-staging-maven-plugin to work correctly according to bug https://issues.sonatype.org/browse/NEXUS-9138.
|
Filename | Size |
---|---|
dummy-1.0.2.pom | 609 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.seerc.paasword/dummy/ -->
<dependency>
<groupId>org.seerc.paasword</groupId>
<artifactId>dummy</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.seerc.paasword/dummy/
implementation 'org.seerc.paasword:dummy:1.0.2'
// https://jarcasting.com/artifacts/org.seerc.paasword/dummy/
implementation ("org.seerc.paasword:dummy:1.0.2")
'org.seerc.paasword:dummy:pom:1.0.2'
<dependency org="org.seerc.paasword" name="dummy" rev="1.0.2">
<artifact name="dummy" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.seerc.paasword', module='dummy', version='1.0.2')
)
libraryDependencies += "org.seerc.paasword" % "dummy" % "1.0.2"
[org.seerc.paasword/dummy "1.0.2"]