Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-airbnb-enzyme |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
github-com-airbnb-enzyme-0.0.1.pom | |
github-com-airbnb-enzyme-0.0.1.jar | 350 KB |
github-com-airbnb-enzyme-0.0.1-sources.jar | 22 bytes |
github-com-airbnb-enzyme-0.0.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-airbnb-enzyme/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-com-airbnb-enzyme</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-airbnb-enzyme/
implementation 'org.webjars.npm:github-com-airbnb-enzyme:0.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-airbnb-enzyme/
implementation ("org.webjars.npm:github-com-airbnb-enzyme:0.0.1")
'org.webjars.npm:github-com-airbnb-enzyme:jar:0.0.1'
<dependency org="org.webjars.npm" name="github-com-airbnb-enzyme" rev="0.0.1">
<artifact name="github-com-airbnb-enzyme" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-airbnb-enzyme', version='0.0.1')
)
libraryDependencies += "org.webjars.npm" % "github-com-airbnb-enzyme" % "0.0.1"
[org.webjars.npm/github-com-airbnb-enzyme "0.0.1"]