Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data MavenReference Source #
The information required to specify a Maven reference. You can use Maven references to specify dependency JAR files.
See: newMavenReference
smart constructor.
Instances
:: Text | |
-> Text | |
-> Text | |
-> MavenReference |
Create a value of MavenReference
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:groupId:MavenReference'
, mavenReference_groupId
- The group ID of the Maven reference.
$sel:artifactId:MavenReference'
, mavenReference_artifactId
- The artifact ID of the Maven reference.
$sel:version:MavenReference'
, mavenReference_version
- The version of the Maven reference.
mavenReference_groupId :: Lens' MavenReference Text Source #
The group ID of the Maven reference.
mavenReference_artifactId :: Lens' MavenReference Text Source #
The artifact ID of the Maven reference.
mavenReference_version :: Lens' MavenReference Text Source #
The version of the Maven reference.