MVN

com.lasmanis.maven.tiles : licenses-apache2

Maven & Gradle

Jan 23, 2023
0 stars

Maven Tiles - Licenses Apache 2 · Tile for licenses section of pom.xml with Apache 2 license.

<dependency>
    <groupId>com.lasmanis.maven.tiles</groupId>
    <artifactId>licenses-apache2</artifactId>
    <version>0.0.156</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lasmanis.maven.tiles : licenses-apache2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.156

All Versions

Choose a version of com.lasmanis.maven.tiles : licenses-apache2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
licenses-apache2-0.0.156
licenses-apache2-0.0.153
licenses-apache2-0.0.147
licenses-apache2-0.0.144
licenses-apache2-0.0.141
licenses-apache2-0.0.138
licenses-apache2-0.0.135
licenses-apache2-0.0.131
licenses-apache2-0.0.128
licenses-apache2-0.0.125
licenses-apache2-0.0.122
licenses-apache2-0.0.115
licenses-apache2-0.0.112
licenses-apache2-0.0.109
licenses-apache2-0.0.105
licenses-apache2-0.0.102
licenses-apache2-0.0.99
licenses-apache2-0.0.96
licenses-apache2-0.0.93
licenses-apache2-0.0.90
licenses-apache2-0.0.87
licenses-apache2-0.0.84
licenses-apache2-0.0.79
licenses-apache2-0.0.76
licenses-apache2-0.0.73
licenses-apache2-0.0.70
licenses-apache2-0.0.67
licenses-apache2-0.0.64
licenses-apache2-0.0.61

How to add a dependency to Maven

Add the following com.lasmanis.maven.tiles : licenses-apache2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lasmanis.maven.tiles</groupId>
    <artifactId>licenses-apache2</artifactId>
    <version>0.0.156</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lasmanis.maven.tiles : licenses-apache2 gradle dependency to your build.gradle file:

implementation 'com.lasmanis.maven.tiles:licenses-apache2:0.0.156'

Gradle Kotlin DSL: Add the following com.lasmanis.maven.tiles : licenses-apache2 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lasmanis.maven.tiles:licenses-apache2:0.0.156")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lasmanis.maven.tiles : licenses-apache2 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lasmanis.maven.tiles" % "licenses-apache2" % "0.0.156"