License |
License |
---|---|
Categories |
CategoriesMaven Build Tools config Application Layer Libs Configuration |
GroupId | GroupIdcom.tmtron |
ArtifactId | ArtifactIdlicense-maven-plugin-config |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionLicense Maven Plugin Configuration
Custom Headers to use the License Maven Plugin with IntelliJ Idea
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.tmtron/license-maven-plugin-config/ -->
<dependency>
<groupId>com.tmtron</groupId>
<artifactId>license-maven-plugin-config</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tmtron/license-maven-plugin-config/
implementation 'com.tmtron:license-maven-plugin-config:1.0.1'
// https://jarcasting.com/artifacts/com.tmtron/license-maven-plugin-config/
implementation ("com.tmtron:license-maven-plugin-config:1.0.1")
'com.tmtron:license-maven-plugin-config:jar:1.0.1'
<dependency org="com.tmtron" name="license-maven-plugin-config" rev="1.0.1">
<artifact name="license-maven-plugin-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tmtron', module='license-maven-plugin-config', version='1.0.1')
)
libraryDependencies += "com.tmtron" % "license-maven-plugin-config" % "1.0.1"
[com.tmtron/license-maven-plugin-config "1.0.1"]