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