GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdfluxxor |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
fluxxor-1.3.0.pom | |
fluxxor-1.3.0.jar | 133 KB |
fluxxor-1.3.0-javadoc.jar | 130 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/fluxxor/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>fluxxor</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/fluxxor/
implementation 'org.webjars:fluxxor:1.3.0'
// https://jarcasting.com/artifacts/org.webjars/fluxxor/
implementation ("org.webjars:fluxxor:1.3.0")
'org.webjars:fluxxor:jar:1.3.0'
<dependency org="org.webjars" name="fluxxor" rev="1.3.0">
<artifact name="fluxxor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='fluxxor', version='1.3.0')
)
libraryDependencies += "org.webjars" % "fluxxor" % "1.3.0"
[org.webjars/fluxxor "1.3.0"]