License |
License |
---|---|
Categories |
CategoriesMaven Build Tools ASM Application Layer Libs Bytecode Manipulation config Configuration |
GroupId | GroupIdcom.lasmanis.maven |
ArtifactId | ArtifactIdlicense-maven-config |
Last Version | Last Version0.0.24 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven License Plugin Configuration
Configuration and template files for com.mycila:license-maven-plugin
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
license-maven-config-0.0.24.pom | |
license-maven-config-0.0.24.jar | 2 KB |
license-maven-config-0.0.24-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lasmanis.maven/license-maven-config/ -->
<dependency>
<groupId>com.lasmanis.maven</groupId>
<artifactId>license-maven-config</artifactId>
<version>0.0.24</version>
</dependency>
// https://jarcasting.com/artifacts/com.lasmanis.maven/license-maven-config/
implementation 'com.lasmanis.maven:license-maven-config:0.0.24'
// https://jarcasting.com/artifacts/com.lasmanis.maven/license-maven-config/
implementation ("com.lasmanis.maven:license-maven-config:0.0.24")
'com.lasmanis.maven:license-maven-config:jar:0.0.24'
<dependency org="com.lasmanis.maven" name="license-maven-config" rev="0.0.24">
<artifact name="license-maven-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lasmanis.maven', module='license-maven-config', version='0.0.24')
)
libraryDependencies += "com.lasmanis.maven" % "license-maven-config" % "0.0.24"
[com.lasmanis.maven/license-maven-config "0.0.24"]