GroupId | GroupIdcom.rossabaker |
---|---|
ArtifactId | ArtifactIdsbt-gpg-plugin |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
sbt-gpg-plugin-0.1.0.pom | |
sbt-gpg-plugin-0.1.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rossabaker/sbt-gpg-plugin/ -->
<dependency>
<groupId>com.rossabaker</groupId>
<artifactId>sbt-gpg-plugin</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rossabaker/sbt-gpg-plugin/
implementation 'com.rossabaker:sbt-gpg-plugin:0.1.0'
// https://jarcasting.com/artifacts/com.rossabaker/sbt-gpg-plugin/
implementation ("com.rossabaker:sbt-gpg-plugin:0.1.0")
'com.rossabaker:sbt-gpg-plugin:jar:0.1.0'
<dependency org="com.rossabaker" name="sbt-gpg-plugin" rev="0.1.0">
<artifact name="sbt-gpg-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rossabaker', module='sbt-gpg-plugin', version='0.1.0')
)
libraryDependencies += "com.rossabaker" % "sbt-gpg-plugin" % "0.1.0"
[com.rossabaker/sbt-gpg-plugin "0.1.0"]