Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdSemantic-UI |
Version | Version0.15.1 |
Type | Typejar |
Filename | Size |
---|---|
Semantic-UI-0.15.1.pom | |
Semantic-UI-0.15.1.jar | 1 MB |
Semantic-UI-0.15.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/Semantic-UI/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>Semantic-UI</artifactId>
<version>0.15.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/Semantic-UI/
implementation 'org.webjars:Semantic-UI:0.15.1'
// https://jarcasting.com/artifacts/org.webjars/Semantic-UI/
implementation ("org.webjars:Semantic-UI:0.15.1")
'org.webjars:Semantic-UI:jar:0.15.1'
<dependency org="org.webjars" name="Semantic-UI" rev="0.15.1">
<artifact name="Semantic-UI" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='Semantic-UI', version='0.15.1')
)
libraryDependencies += "org.webjars" % "Semantic-UI" % "0.15.1"
[org.webjars/Semantic-UI "0.15.1"]