is not current version
Last Version 4.20.1

org.webjars.npm:antd 2.12.5

WebJar for antd

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

antd
Version

Version

2.12.5
Type

Type

jar

Download antd 2.12.5


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