package sonatype
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class RawJson(value: Array[Byte]) extends Product with Serializable
- final case class SonatypeApi(backend: SttpBackend[Identity, Any], base: String, authentication: Option[Authentication], verbosity: Int, retryOnTimeout: Int = 3, stagingRepoRetryParams: EmaRetryParams = EmaRetryParams(3, 10.seconds.toMillis, 2.0f)) extends Product with Serializable
Value Members
- object RawJson extends Serializable
- object SonatypeApi extends Serializable