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