GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdaccepts |
Version | Version1.2.10 |
Type | Typejar |
Filename | Size |
---|---|
accepts-1.2.10.pom | |
accepts-1.2.10.jar | 7 KB |
accepts-1.2.10-sources.jar | 22 bytes |
accepts-1.2.10-javadoc.jar | 22 bytes |
Browse |
<!-- 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"]