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