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