License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdSemantic-UI |
Last Version | Last Version2.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSemantic
WebJar for Semantic-UI
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
Semantic-UI-2.4.1.pom | |
Semantic-UI-2.4.1.jar | 1 MB |
Semantic-UI-2.4.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/Semantic-UI/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>Semantic-UI</artifactId>
<version>2.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/Semantic-UI/
implementation 'org.webjars:Semantic-UI:2.4.1'
// https://jarcasting.com/artifacts/org.webjars/Semantic-UI/
implementation ("org.webjars:Semantic-UI:2.4.1")
'org.webjars:Semantic-UI:jar:2.4.1'
<dependency org="org.webjars" name="Semantic-UI" rev="2.4.1">
<artifact name="Semantic-UI" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='Semantic-UI', version='2.4.1')
)
libraryDependencies += "org.webjars" % "Semantic-UI" % "2.4.1"
[org.webjars/Semantic-UI "2.4.1"]