Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.softwaresecured.reshift |
ArtifactId | ArtifactIdmaven-plugin |
Version | Version1.0.27 |
Type | Typejar |
Filename | Size |
---|---|
maven-plugin-1.0.27.pom | |
maven-plugin-1.0.27.jar | 26 MB |
maven-plugin-1.0.27-sources.jar | 261 bytes |
maven-plugin-1.0.27-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.softwaresecured.reshift/maven-plugin/ -->
<dependency>
<groupId>com.softwaresecured.reshift</groupId>
<artifactId>maven-plugin</artifactId>
<version>1.0.27</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaresecured.reshift/maven-plugin/
implementation 'com.softwaresecured.reshift:maven-plugin:1.0.27'
// https://jarcasting.com/artifacts/com.softwaresecured.reshift/maven-plugin/
implementation ("com.softwaresecured.reshift:maven-plugin:1.0.27")
'com.softwaresecured.reshift:maven-plugin:jar:1.0.27'
<dependency org="com.softwaresecured.reshift" name="maven-plugin" rev="1.0.27">
<artifact name="maven-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaresecured.reshift', module='maven-plugin', version='1.0.27')
)
libraryDependencies += "com.softwaresecured.reshift" % "maven-plugin" % "1.0.27"
[com.softwaresecured.reshift/maven-plugin "1.0.27"]