| License |
License |
|---|---|
| GroupId | GroupIdorg.ow2.legal |
| ArtifactId | ArtifactIdlegal-asl-resources |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOW2 Legal Resources - Apache Software License 2.0
This artifact contains templates for generating the necessary
license files and notices for all Apache licensed releases.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| legal-asl-resources-1.0.0.pom | |
| legal-asl-resources-1.0.0.jar | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.legal/legal-asl-resources/ -->
<dependency>
<groupId>org.ow2.legal</groupId>
<artifactId>legal-asl-resources</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.legal/legal-asl-resources/
implementation 'org.ow2.legal:legal-asl-resources:1.0.0'
// https://jarcasting.com/artifacts/org.ow2.legal/legal-asl-resources/
implementation ("org.ow2.legal:legal-asl-resources:1.0.0")
'org.ow2.legal:legal-asl-resources:jar:1.0.0'
<dependency org="org.ow2.legal" name="legal-asl-resources" rev="1.0.0">
<artifact name="legal-asl-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.legal', module='legal-asl-resources', version='1.0.0')
)
libraryDependencies += "org.ow2.legal" % "legal-asl-resources" % "1.0.0"
[org.ow2.legal/legal-asl-resources "1.0.0"]