Categories |
CategoriesAnt Build Tools React User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdsemantic-ui-react |
Version | Version0.77.2 |
Type | Typejar |
Filename | Size |
---|---|
semantic-ui-react-0.77.2.pom | |
semantic-ui-react-0.77.2.jar | 1 MB |
semantic-ui-react-0.77.2-sources.jar | 22 bytes |
semantic-ui-react-0.77.2-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.77.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/semantic-ui-react/
implementation 'org.webjars.npm:semantic-ui-react:0.77.2'
// https://jarcasting.com/artifacts/org.webjars.npm/semantic-ui-react/
implementation ("org.webjars.npm:semantic-ui-react:0.77.2")
'org.webjars.npm:semantic-ui-react:jar:0.77.2'
<dependency org="org.webjars.npm" name="semantic-ui-react" rev="0.77.2">
<artifact name="semantic-ui-react" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='semantic-ui-react', version='0.77.2')
)
libraryDependencies += "org.webjars.npm" % "semantic-ui-react" % "0.77.2"
[org.webjars.npm/semantic-ui-react "0.77.2"]