GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdnpm-profile |
Version | Version2.0.5 |
Type | Typejar |
Filename | Size |
---|---|
npm-profile-2.0.5.pom | |
npm-profile-2.0.5.jar | 9 KB |
npm-profile-2.0.5-sources.jar | 22 bytes |
npm-profile-2.0.5-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>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/npm-profile/
implementation 'org.webjars.npm:npm-profile:2.0.5'
// https://jarcasting.com/artifacts/org.webjars.npm/npm-profile/
implementation ("org.webjars.npm:npm-profile:2.0.5")
'org.webjars.npm:npm-profile:jar:2.0.5'
<dependency org="org.webjars.npm" name="npm-profile" rev="2.0.5">
<artifact name="npm-profile" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='npm-profile', version='2.0.5')
)
libraryDependencies += "org.webjars.npm" % "npm-profile" % "2.0.5"
[org.webjars.npm/npm-profile "2.0.5"]