License |
License
Python-2.0
|
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdargparse |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionargparse
WebJar for argparse
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
argparse-2.0.1.pom | |
argparse-2.0.1.jar | 48 KB |
argparse-2.0.1-sources.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/argparse/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>argparse</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/argparse/
implementation 'org.webjars.npm:argparse:2.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/argparse/
implementation ("org.webjars.npm:argparse:2.0.1")
'org.webjars.npm:argparse:jar:2.0.1'
<dependency org="org.webjars.npm" name="argparse" rev="2.0.1">
<artifact name="argparse" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='argparse', version='2.0.1')
)
libraryDependencies += "org.webjars.npm" % "argparse" % "2.0.1"
[org.webjars.npm/argparse "2.0.1"]