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