Categories |
CategoriesAnt Build Tools React User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdsemantic-ui-react |
Version | Version0.62.0 |
Type | Typejar |
Filename | Size |
---|---|
semantic-ui-react-0.62.0.pom | |
semantic-ui-react-0.62.0.jar | 585 KB |
semantic-ui-react-0.62.0-sources.jar | 22 bytes |
semantic-ui-react-0.62.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/semantic-ui-react/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>semantic-ui-react</artifactId>
<version>0.62.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/semantic-ui-react/
implementation 'org.webjars.npm:semantic-ui-react:0.62.0'
// https://jarcasting.com/artifacts/org.webjars.npm/semantic-ui-react/
implementation ("org.webjars.npm:semantic-ui-react:0.62.0")
'org.webjars.npm:semantic-ui-react:jar:0.62.0'
<dependency org="org.webjars.npm" name="semantic-ui-react" rev="0.62.0">
<artifact name="semantic-ui-react" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='semantic-ui-react', version='0.62.0')
)
libraryDependencies += "org.webjars.npm" % "semantic-ui-react" % "0.62.0"
[org.webjars.npm/semantic-ui-react "0.62.0"]