GroupId | GroupIdorg.bitbucket |
---|---|
ArtifactId | ArtifactIdsbt-filter-plugin |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
sbt-filter-plugin-1.0.2.pom | |
sbt-filter-plugin-1.0.2.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket/sbt-filter-plugin/ -->
<dependency>
<groupId>org.bitbucket</groupId>
<artifactId>sbt-filter-plugin</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket/sbt-filter-plugin/
implementation 'org.bitbucket:sbt-filter-plugin:1.0.2'
// https://jarcasting.com/artifacts/org.bitbucket/sbt-filter-plugin/
implementation ("org.bitbucket:sbt-filter-plugin:1.0.2")
'org.bitbucket:sbt-filter-plugin:jar:1.0.2'
<dependency org="org.bitbucket" name="sbt-filter-plugin" rev="1.0.2">
<artifact name="sbt-filter-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket', module='sbt-filter-plugin', version='1.0.2')
)
libraryDependencies += "org.bitbucket" % "sbt-filter-plugin" % "1.0.2"
[org.bitbucket/sbt-filter-plugin "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.7.7 |