is not current version
Last Version 1.3.7

org.webjars.npm:accepts 1.2.10

WebJar for accepts

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

accepts
Version

Version

1.2.10
Type

Type

jar

Download accepts 1.2.10


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