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