| GroupId | GroupIdcom.github.castorflex.manifestreplace |
|---|---|
| ArtifactId | ArtifactIdplugin |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| plugin-1.1.0.pom | |
| plugin-1.1.0.jar | 13 KB |
| plugin-1.1.0-sources.jar | 2 KB |
| plugin-1.1.0-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.castorflex.manifestreplace/plugin/ -->
<dependency>
<groupId>com.github.castorflex.manifestreplace</groupId>
<artifactId>plugin</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.castorflex.manifestreplace/plugin/
implementation 'com.github.castorflex.manifestreplace:plugin:1.1.0'
// https://jarcasting.com/artifacts/com.github.castorflex.manifestreplace/plugin/
implementation ("com.github.castorflex.manifestreplace:plugin:1.1.0")
'com.github.castorflex.manifestreplace:plugin:jar:1.1.0'
<dependency org="com.github.castorflex.manifestreplace" name="plugin" rev="1.1.0">
<artifact name="plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.castorflex.manifestreplace', module='plugin', version='1.1.0')
)
libraryDependencies += "com.github.castorflex.manifestreplace" % "plugin" % "1.1.0"
[com.github.castorflex.manifestreplace/plugin "1.1.0"]