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