Categories |
CategoriesReact User Interface Web Frameworks Native Development Tools |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdcss-to-react-native |
Version | Version2.3.2 |
Type | Typejar |
Filename | Size |
---|---|
css-to-react-native-2.3.2.pom | |
css-to-react-native-2.3.2.jar | 33 KB |
css-to-react-native-2.3.2-sources.jar | 22 bytes |
css-to-react-native-2.3.2-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/css-to-react-native/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>css-to-react-native</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/css-to-react-native/
implementation 'org.webjars.npm:css-to-react-native:2.3.2'
// https://jarcasting.com/artifacts/org.webjars.npm/css-to-react-native/
implementation ("org.webjars.npm:css-to-react-native:2.3.2")
'org.webjars.npm:css-to-react-native:jar:2.3.2'
<dependency org="org.webjars.npm" name="css-to-react-native" rev="2.3.2">
<artifact name="css-to-react-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='css-to-react-native', version='2.3.2')
)
libraryDependencies += "org.webjars.npm" % "css-to-react-native" % "2.3.2"
[org.webjars.npm/css-to-react-native "2.3.2"]