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