j

jest-cli

WebJar for jest-cli
https://www.webjars.org
MIT
Files download
File Operation
jest-cli-29.3.1.jar download
jest-cli-29.3.1.pom download
jest-cli-29.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.webjars.npm</groupId>
  <artifactId>jest-cli</artifactId>
  <version>29.3.1</version>
</dependency>
Gradle Groovy
implementation 'org.webjars.npm:jest-cli:29.3.1'
Gradle Kotlin
implementation("org.webjars.npm:jest-cli:29.3.1")
Scala SBT
libraryDependencies += "org.webjars.npm" % "jest-cli" % "29.3.1"
Groovy Grape
@Grapes(
  @Grab(group='org.webjars.npm', module='jest-cli', version='29.3.1')
)
Apache Ivy
<dependency org="org.webjars.npm" name="jest-cli" rev="29.3.1" />
Leiningen
[org.webjars.npm/jest-cli "29.3.1"]
Apache Buildr
'org.webjars.npm:jest-cli:jar:29.3.1'