License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.foundweekends.giter8 |
ArtifactId | ArtifactIdgiter8-cli-git_2.12 |
Version | Version0.13.1 |
Type | Typejar |
Description |
Descriptiongiter8-cli-git
cli and git support library for Giter8
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.foundweekends.giter8/giter8-cli-git_2.12/ -->
<dependency>
<groupId>org.foundweekends.giter8</groupId>
<artifactId>giter8-cli-git_2.12</artifactId>
<version>0.13.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.foundweekends.giter8/giter8-cli-git_2.12/
implementation 'org.foundweekends.giter8:giter8-cli-git_2.12:0.13.1'
// https://jarcasting.com/artifacts/org.foundweekends.giter8/giter8-cli-git_2.12/
implementation ("org.foundweekends.giter8:giter8-cli-git_2.12:0.13.1")
'org.foundweekends.giter8:giter8-cli-git_2.12:jar:0.13.1'
<dependency org="org.foundweekends.giter8" name="giter8-cli-git_2.12" rev="0.13.1">
<artifact name="giter8-cli-git_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.foundweekends.giter8', module='giter8-cli-git_2.12', version='0.13.1')
)
libraryDependencies += "org.foundweekends.giter8" % "giter8-cli-git_2.12" % "0.13.1"
[org.foundweekends.giter8/giter8-cli-git_2.12 "0.13.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.11 |
com.github.scopt : scopt_2.12 | jar | 3.7.1 |
org.eclipse.jgit : org.eclipse.jgit.pgm | jar | 5.8.0.202006091008-r |
com.jcraft : jsch.agentproxy.jsch | jar | 0.0.9 |
com.jcraft : jsch.agentproxy.sshagent | jar | 0.0.9 |
com.jcraft : jsch.agentproxy.connector-factory | jar | 0.0.9 |
org.eclipse.jgit : org.eclipse.jgit.ssh.jsch | jar | 5.8.0.202006091008-r |
commons-io : commons-io | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.12 | jar | 3.2.0 |
org.scalamock : scalamock_2.12 | jar | 4.4.0 |