Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdconfigstore |
Version | Version3.1.2 |
Type | Typejar |
Filename | Size |
---|---|
configstore-3.1.2.pom | |
configstore-3.1.2.jar | 6 KB |
configstore-3.1.2-sources.jar | 22 bytes |
configstore-3.1.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/configstore/
implementation 'org.webjars.npm:configstore:3.1.2'
// https://jarcasting.com/artifacts/org.webjars.npm/configstore/
implementation ("org.webjars.npm:configstore:3.1.2")
'org.webjars.npm:configstore:jar:3.1.2'
<dependency org="org.webjars.npm" name="configstore" rev="3.1.2">
<artifact name="configstore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='configstore', version='3.1.2')
)
libraryDependencies += "org.webjars.npm" % "configstore" % "3.1.2"
[org.webjars.npm/configstore "3.1.2"]