Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdconfigstore |
Version | Version3.1.5 |
Type | Typejar |
Filename | Size |
---|---|
configstore-3.1.5.pom | |
configstore-3.1.5.jar | 5 KB |
configstore-3.1.5-sources.jar | 22 bytes |
configstore-3.1.5-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/configstore/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>configstore</artifactId>
<version>3.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/configstore/
implementation 'org.webjars.npm:configstore:3.1.5'
// https://jarcasting.com/artifacts/org.webjars.npm/configstore/
implementation ("org.webjars.npm:configstore:3.1.5")
'org.webjars.npm:configstore:jar:3.1.5'
<dependency org="org.webjars.npm" name="configstore" rev="3.1.5">
<artifact name="configstore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='configstore', version='3.1.5')
)
libraryDependencies += "org.webjars.npm" % "configstore" % "3.1.5"
[org.webjars.npm/configstore "3.1.5"]