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