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