| Name | Type | Description | Notes |
|---|---|---|---|
| artifact_id | str | The ID of the artifact. | [optional] |
| extra_files | list[str] | Extra files to include in the package. This can be a single file or multiple files. | [optional] |
| group_id | str | Artifact's group ID. | [optional] |
| ivy_file | str | The ivy file is an XML file describing the dependencies of the project. | [optional] |
| javadoc_file | str | Adds bundled Java documentation to the Maven package | [optional] |
| package_file | str | The primary file for the package. | |
| packaging | str | Artifact's Maven packaging type. | [optional] |
| pom_file | str | The POM file is an XML file containing the Maven coordinates. | [optional] |
| republish | bool | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional] |
| sbt_version | str | [optional] | |
| scala_version | str | [optional] | |
| sources_file | str | Adds bundled Java source code to the Maven package. | [optional] |
| tags | str | A comma-separated values list of tags to add to the package. | [optional] |
| tests_file | str | Adds bundled Java tests to the Maven package. | [optional] |
| version | str | The raw version for this package. | [optional] |