文件下载
文件名 操作
portofino-atmosphere-4.2.7.jar 下载
portofino-atmosphere-4.2.7.pom 下载
portofino-atmosphere-4.2.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.manydesigns</groupId>
  <artifactId>portofino-atmosphere</artifactId>
  <version>4.2.7</version>
</dependency>
Gradle Groovy
implementation 'com.manydesigns:portofino-atmosphere:4.2.7'
Gradle Kotlin
implementation("com.manydesigns:portofino-atmosphere:4.2.7")
Scala SBT
libraryDependencies += "com.manydesigns" % "portofino-atmosphere" % "4.2.7"
Groovy Grape
@Grapes(
  @Grab(group='com.manydesigns', module='portofino-atmosphere', version='4.2.7')
)
Apache Ivy
<dependency org="com.manydesigns" name="portofino-atmosphere" rev="4.2.7" />
Leiningen
[com.manydesigns/portofino-atmosphere "4.2.7"]
Apache Buildr
'com.manydesigns:portofino-atmosphere:jar:4.2.7'