GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdaccepts |
Version | Version1.3.5 |
Type | Typejar |
Filename | Size |
---|---|
accepts-1.3.5.pom | |
accepts-1.3.5.jar | 8 KB |
accepts-1.3.5-sources.jar | 22 bytes |
accepts-1.3.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/accepts/
implementation 'org.webjars.npm:accepts:1.3.5'
// https://jarcasting.com/artifacts/org.webjars.npm/accepts/
implementation ("org.webjars.npm:accepts:1.3.5")
'org.webjars.npm:accepts:jar:1.3.5'
<dependency org="org.webjars.npm" name="accepts" rev="1.3.5">
<artifact name="accepts" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='accepts', version='1.3.5')
)
libraryDependencies += "org.webjars.npm" % "accepts" % "1.3.5"
[org.webjars.npm/accepts "1.3.5"]