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