Categories |
CategoriesGit Development Tools Version Controls |
---|---|
GroupId | GroupIdcom.free-now.sauron.plugins |
ArtifactId | ArtifactIdgit-checkout |
Version | Version0.0.14 |
Type | Typejar |
Filename | Size |
---|---|
git-checkout-0.0.14.pom | |
git-checkout-0.0.14.jar | 7 MB |
git-checkout-0.0.14-sources.jar | 7 KB |
git-checkout-0.0.14-javadoc.jar | 419 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.free-now.sauron.plugins/git-checkout/ -->
<dependency>
<groupId>com.free-now.sauron.plugins</groupId>
<artifactId>git-checkout</artifactId>
<version>0.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.free-now.sauron.plugins/git-checkout/
implementation 'com.free-now.sauron.plugins:git-checkout:0.0.14'
// https://jarcasting.com/artifacts/com.free-now.sauron.plugins/git-checkout/
implementation ("com.free-now.sauron.plugins:git-checkout:0.0.14")
'com.free-now.sauron.plugins:git-checkout:jar:0.0.14'
<dependency org="com.free-now.sauron.plugins" name="git-checkout" rev="0.0.14">
<artifact name="git-checkout" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.free-now.sauron.plugins', module='git-checkout', version='0.0.14')
)
libraryDependencies += "com.free-now.sauron.plugins" % "git-checkout" % "0.0.14"
[com.free-now.sauron.plugins/git-checkout "0.0.14"]