is not current version
Last Version 24.8.0

org.webjars.npm:jest 20.0.4

WebJar for jest

Categories

Categories

Jest Data Databases
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

jest
Version

Version

20.0.4
Type

Type

jar

Download jest 20.0.4


<!-- https://jarcasting.com/artifacts/org.webjars.npm/jest/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>jest</artifactId>
    <version>20.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/jest/
implementation 'org.webjars.npm:jest:20.0.4'
// https://jarcasting.com/artifacts/org.webjars.npm/jest/
implementation ("org.webjars.npm:jest:20.0.4")
'org.webjars.npm:jest:jar:20.0.4'
<dependency org="org.webjars.npm" name="jest" rev="20.0.4">
  <artifact name="jest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='jest', version='20.0.4')
)
libraryDependencies += "org.webjars.npm" % "jest" % "20.0.4"
[org.webjars.npm/jest "20.0.4"]