Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdmaven |
ArtifactId | ArtifactIdmaven-license-plugin |
Last Version | Last Version20030818.040938 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
<!-- https://jarcasting.com/artifacts/maven/maven-license-plugin/ -->
<dependency>
<groupId>maven</groupId>
<artifactId>maven-license-plugin</artifactId>
<version>20030818.040938</version>
</dependency>
// https://jarcasting.com/artifacts/maven/maven-license-plugin/
implementation 'maven:maven-license-plugin:20030818.040938'
// https://jarcasting.com/artifacts/maven/maven-license-plugin/
implementation ("maven:maven-license-plugin:20030818.040938")
'maven:maven-license-plugin:jar:20030818.040938'
<dependency org="maven" name="maven-license-plugin" rev="20030818.040938">
<artifact name="maven-license-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='maven', module='maven-license-plugin', version='20030818.040938')
)
libraryDependencies += "maven" % "maven-license-plugin" % "20030818.040938"
[maven/maven-license-plugin "20030818.040938"]