is not current version
Last Version 0.3.0

com.soebes.maven.extensions:maven-deployer-extension 0.1.0

Deploy artifacts at the end of the Maven session which solved deployAtEnd/installAtEnd configuration.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.soebes.maven.extensions
ArtifactId

ArtifactId

maven-deployer-extension
Version

Version

0.1.0
Type

Type

jar

Download maven-deployer-extension 0.1.0


<!-- https://jarcasting.com/artifacts/com.soebes.maven.extensions/maven-deployer-extension/ -->
<dependency>
    <groupId>com.soebes.maven.extensions</groupId>
    <artifactId>maven-deployer-extension</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.soebes.maven.extensions/maven-deployer-extension/
implementation 'com.soebes.maven.extensions:maven-deployer-extension:0.1.0'
// https://jarcasting.com/artifacts/com.soebes.maven.extensions/maven-deployer-extension/
implementation ("com.soebes.maven.extensions:maven-deployer-extension:0.1.0")
'com.soebes.maven.extensions:maven-deployer-extension:jar:0.1.0'
<dependency org="com.soebes.maven.extensions" name="maven-deployer-extension" rev="0.1.0">
  <artifact name="maven-deployer-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soebes.maven.extensions', module='maven-deployer-extension', version='0.1.0')
)
libraryDependencies += "com.soebes.maven.extensions" % "maven-deployer-extension" % "0.1.0"
[com.soebes.maven.extensions/maven-deployer-extension "0.1.0"]