Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-fengyuanchen-datepicker |
Version | Version0.6.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-fengyuanchen-datepicker/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-com-fengyuanchen-datepicker</artifactId>
<version>0.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-fengyuanchen-datepicker/
implementation 'org.webjars.npm:github-com-fengyuanchen-datepicker:0.6.4'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-fengyuanchen-datepicker/
implementation ("org.webjars.npm:github-com-fengyuanchen-datepicker:0.6.4")
'org.webjars.npm:github-com-fengyuanchen-datepicker:jar:0.6.4'
<dependency org="org.webjars.npm" name="github-com-fengyuanchen-datepicker" rev="0.6.4">
<artifact name="github-com-fengyuanchen-datepicker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-fengyuanchen-datepicker', version='0.6.4')
)
libraryDependencies += "org.webjars.npm" % "github-com-fengyuanchen-datepicker" % "0.6.4"
[org.webjars.npm/github-com-fengyuanchen-datepicker "0.6.4"]