n

npm-profile

WebJar for npm-profile
https://www.webjars.org
ISC
Files download
File Operation
npm-profile-10.0.0.jar download
npm-profile-10.0.0.pom download
Apache Maven
<dependency>
  <groupId>org.webjars.npm</groupId>
  <artifactId>npm-profile</artifactId>
  <version>10.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.webjars.npm:npm-profile:10.0.0'
Gradle Kotlin
implementation("org.webjars.npm:npm-profile:10.0.0")
Scala SBT
libraryDependencies += "org.webjars.npm" % "npm-profile" % "10.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.webjars.npm', module='npm-profile', version='10.0.0')
)
Apache Ivy
<dependency org="org.webjars.npm" name="npm-profile" rev="10.0.0" />
Leiningen
[org.webjars.npm/npm-profile "10.0.0"]
Apache Buildr
'org.webjars.npm:npm-profile:jar:10.0.0'