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