Files download
File Operation
maven-clean-0.0.156.pom download
Apache Maven
<dependency>
  <groupId>com.lasmanis.maven.tiles</groupId>
  <artifactId>maven-clean</artifactId>
  <version>0.0.156</version>
  <type>tile</type>
</dependency>
Gradle Groovy
implementation 'com.lasmanis.maven.tiles:maven-clean:0.0.156'
Gradle Kotlin
implementation("com.lasmanis.maven.tiles:maven-clean:0.0.156")
Scala SBT
libraryDependencies += "com.lasmanis.maven.tiles" % "maven-clean" % "0.0.156"
Groovy Grape
@Grapes(
  @Grab(group='com.lasmanis.maven.tiles', module='maven-clean', version='0.0.156')
)
Apache Ivy
<dependency org="com.lasmanis.maven.tiles" name="maven-clean" rev="0.0.156" />
Leiningen
[com.lasmanis.maven.tiles/maven-clean "0.0.156"]
Apache Buildr
'com.lasmanis.maven.tiles:maven-clean:jar:0.0.156'
Dependencies
The project has no third-party dependencies