Categories |
CategoriesMaven Build Tools GUI User Interface |
---|---|
GroupId | GroupIdcom.github.unguiculus.maven |
ArtifactId | ArtifactIdlicense-resources |
Last Version | Last Version1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLicense Resources
License Resources
|
Filename | Size |
---|---|
license-resources-1.pom | |
license-resources-1.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.unguiculus.maven/license-resources/ -->
<dependency>
<groupId>com.github.unguiculus.maven</groupId>
<artifactId>license-resources</artifactId>
<version>1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.unguiculus.maven/license-resources/
implementation 'com.github.unguiculus.maven:license-resources:1'
// https://jarcasting.com/artifacts/com.github.unguiculus.maven/license-resources/
implementation ("com.github.unguiculus.maven:license-resources:1")
'com.github.unguiculus.maven:license-resources:jar:1'
<dependency org="com.github.unguiculus.maven" name="license-resources" rev="1">
<artifact name="license-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.unguiculus.maven', module='license-resources', version='1')
)
libraryDependencies += "com.github.unguiculus.maven" % "license-resources" % "1"
[com.github.unguiculus.maven/license-resources "1"]