Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.testifyproject.maven |
ArtifactId | ArtifactIdshade-plugin-extentions |
Version | Version0.9.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.testifyproject.maven/shade-plugin-extentions/ -->
<dependency>
<groupId>org.testifyproject.maven</groupId>
<artifactId>shade-plugin-extentions</artifactId>
<version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.maven/shade-plugin-extentions/
implementation 'org.testifyproject.maven:shade-plugin-extentions:0.9.4'
// https://jarcasting.com/artifacts/org.testifyproject.maven/shade-plugin-extentions/
implementation ("org.testifyproject.maven:shade-plugin-extentions:0.9.4")
'org.testifyproject.maven:shade-plugin-extentions:jar:0.9.4'
<dependency org="org.testifyproject.maven" name="shade-plugin-extentions" rev="0.9.4">
<artifact name="shade-plugin-extentions" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.maven', module='shade-plugin-extentions', version='0.9.4')
)
libraryDependencies += "org.testifyproject.maven" % "shade-plugin-extentions" % "0.9.4"
[org.testifyproject.maven/shade-plugin-extentions "0.9.4"]