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