https://github.com/evolution-gaming/sbt-artifactory-plugin
https://github.com/evolution-gaming/sbt-artifactory-plugin
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/evolution-gaming/sbt-artifactory-plugin
- Owner: evolution-gaming
- License: mit
- Created: 2021-04-13T07:47:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T06:54:53.000Z (about 5 years ago)
- Last Synced: 2025-03-22T17:13:52.242Z (about 1 year ago)
- Language: Scala
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sbt-artifactory-plugin
[](https://github.com/evolution-gaming/sbt-artifactory-plugin/actions?query=workflow%3ACI)
[](https://coveralls.io/github/evolution-gaming/sbt-artifactory-plugin?branch=master)
[](https://www.codacy.com/gh/evolution-gaming/sbt-artifactory-plugin/dashboard?utm_source=github.com&utm_medium=referral&utm_content=evolution-gaming/sbt-artifactory-plugin&utm_campaign=Badge_Grade)
[](https://maven-badges.herokuapp.com/maven-central/com.evolution/sbt-artifactory-plugin)
[](https://opensource.org/licenses/MIT)
This plugin adds useful methods to `Resolver`, so you could do something like:
```scala
resolvers += Resolver.artifactory("owner", "repo")
```
You also will get [evolution.jfrog.io](http://evolution.jfrog.io) by default included into your project [resolvers](src/main/scala/com/evolution/artifactory/ArtifactoryPlugin.scala#L30)
## Setup
```scala
addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2")
```