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