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