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