GroupId | GroupIdorg.sonatype.forge |
---|---|
ArtifactId | ArtifactIdlicense-headers |
Version | Version1 |
Type | Typejar |
Description |
DescriptionSonatype License Headers
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
license-headers-1.pom | |
license-headers-1.jar | 3 KB |
license-headers-1-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.forge/license-headers/ -->
<dependency>
<groupId>org.sonatype.forge</groupId>
<artifactId>license-headers</artifactId>
<version>1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.forge/license-headers/
implementation 'org.sonatype.forge:license-headers:1'
// https://jarcasting.com/artifacts/org.sonatype.forge/license-headers/
implementation ("org.sonatype.forge:license-headers:1")
'org.sonatype.forge:license-headers:jar:1'
<dependency org="org.sonatype.forge" name="license-headers" rev="1">
<artifact name="license-headers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.forge', module='license-headers', version='1')
)
libraryDependencies += "org.sonatype.forge" % "license-headers" % "1"
[org.sonatype.forge/license-headers "1"]