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