| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdaxe-core |
| Version | Version3.5.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| axe-core-3.5.5.pom | |
| axe-core-3.5.5.jar | 829 KB |
| axe-core-3.5.5-sources.jar | 22 bytes |
| axe-core-3.5.5-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/axe-core/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>axe-core</artifactId>
<version>3.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/axe-core/
implementation 'org.webjars.npm:axe-core:3.5.5'
// https://jarcasting.com/artifacts/org.webjars.npm/axe-core/
implementation ("org.webjars.npm:axe-core:3.5.5")
'org.webjars.npm:axe-core:jar:3.5.5'
<dependency org="org.webjars.npm" name="axe-core" rev="3.5.5">
<artifact name="axe-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='axe-core', version='3.5.5')
)
libraryDependencies += "org.webjars.npm" % "axe-core" % "3.5.5"
[org.webjars.npm/axe-core "3.5.5"]