License |
License
MIT
|
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdantd |
Last Version | Last Version4.20.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionantd
WebJar for antd
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
antd-4.20.1.pom | |
antd-4.20.1.jar | 8 MB |
antd-4.20.1-sources.jar | 22 bytes |
antd-4.20.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/antd/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>antd</artifactId>
<version>4.20.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/antd/
implementation 'org.webjars.npm:antd:4.20.1'
// https://jarcasting.com/artifacts/org.webjars.npm/antd/
implementation ("org.webjars.npm:antd:4.20.1")
'org.webjars.npm:antd:jar:4.20.1'
<dependency org="org.webjars.npm" name="antd" rev="4.20.1">
<artifact name="antd" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='antd', version='4.20.1')
)
libraryDependencies += "org.webjars.npm" % "antd" % "4.20.1"
[org.webjars.npm/antd "4.20.1"]