文件下载
文件名 操作
organization-0.0.156.pom 下载
Apache Maven
<dependency>
  <groupId>com.lasmanis.maven.tiles</groupId>
  <artifactId>organization</artifactId>
  <version>0.0.156</version>
  <type>tile</type>
</dependency>
Gradle Groovy
implementation 'com.lasmanis.maven.tiles:organization:0.0.156'
Gradle Kotlin
implementation("com.lasmanis.maven.tiles:organization:0.0.156")
Scala SBT
libraryDependencies += "com.lasmanis.maven.tiles" % "organization" % "0.0.156"
Groovy Grape
@Grapes(
  @Grab(group='com.lasmanis.maven.tiles', module='organization', version='0.0.156')
)
Apache Ivy
<dependency org="com.lasmanis.maven.tiles" name="organization" rev="0.0.156" />
Leiningen
[com.lasmanis.maven.tiles/organization "0.0.156"]
Apache Buildr
'com.lasmanis.maven.tiles:organization:jar:0.0.156'
本项目依赖
该项目无第三方依赖