Dependency Information
Apache Maven
<dependency> <groupId>io.github.hboutemy</groupId> <artifactId>sigstore-maven-plugin</artifactId> <version>1.0.0-beta-3</version> <type>maven-plugin</type> </dependency>
Apache Buildr
'io.github.hboutemy:sigstore-maven-plugin:maven-plugin:1.0.0-beta-3'
Apache Ivy
<dependency org="io.github.hboutemy" name="sigstore-maven-plugin" rev="1.0.0-beta-3"> <artifact name="sigstore-maven-plugin" type="maven-plugin" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='io.github.hboutemy', module='sigstore-maven-plugin', version='1.0.0-beta-3') )
Gradle/Grails
compile 'io.github.hboutemy:sigstore-maven-plugin:1.0.0-beta-3'
Scala SBT
libraryDependencies += "io.github.hboutemy" % "sigstore-maven-plugin" % "1.0.0-beta-3"
Leiningen
[io.github.hboutemy/sigstore-maven-plugin "1.0.0-beta-3"]