Files download
File Operation
portofino-atmosphere-4.2.jar download
portofino-atmosphere-4.2.pom download
portofino-atmosphere-4.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.manydesigns</groupId>
  <artifactId>portofino-atmosphere</artifactId>
  <version>4.2</version>
</dependency>
Gradle Groovy
implementation 'com.manydesigns:portofino-atmosphere:4.2'
Gradle Kotlin
implementation("com.manydesigns:portofino-atmosphere:4.2")
Scala SBT
libraryDependencies += "com.manydesigns" % "portofino-atmosphere" % "4.2"
Groovy Grape
@Grapes(
  @Grab(group='com.manydesigns', module='portofino-atmosphere', version='4.2')
)
Apache Ivy
<dependency org="com.manydesigns" name="portofino-atmosphere" rev="4.2" />
Leiningen
[com.manydesigns/portofino-atmosphere "4.2"]
Apache Buildr
'com.manydesigns:portofino-atmosphere:jar:4.2'