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