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