Categories |
CategoriesJest Data Databases |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdbabel-jest |
Version | Version20.0.3 |
Type | Typejar |
Filename | Size |
---|---|
babel-jest-20.0.3.pom | |
babel-jest-20.0.3.jar | 5 KB |
babel-jest-20.0.3-sources.jar | 22 bytes |
babel-jest-20.0.3-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/babel-jest/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>babel-jest</artifactId>
<version>20.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/babel-jest/
implementation 'org.webjars.npm:babel-jest:20.0.3'
// https://jarcasting.com/artifacts/org.webjars.npm/babel-jest/
implementation ("org.webjars.npm:babel-jest:20.0.3")
'org.webjars.npm:babel-jest:jar:20.0.3'
<dependency org="org.webjars.npm" name="babel-jest" rev="20.0.3">
<artifact name="babel-jest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='babel-jest', version='20.0.3')
)
libraryDependencies += "org.webjars.npm" % "babel-jest" % "20.0.3"
[org.webjars.npm/babel-jest "20.0.3"]