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