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