Categories |
CategoriesJooby User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.jooby |
ArtifactId | ArtifactIdjooby-assets-clean-css |
Version | Version1.6.6 |
Type | Typejar |
Filename | Size |
---|---|
jooby-assets-clean-css-1.6.6.pom | |
jooby-assets-clean-css-1.6.6.jar | 130 KB |
jooby-assets-clean-css-1.6.6-sources.jar | 132 KB |
jooby-assets-clean-css-1.6.6-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jooby/jooby-assets-clean-css/ -->
<dependency>
<groupId>org.jooby</groupId>
<artifactId>jooby-assets-clean-css</artifactId>
<version>1.6.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/jooby-assets-clean-css/
implementation 'org.jooby:jooby-assets-clean-css:1.6.6'
// https://jarcasting.com/artifacts/org.jooby/jooby-assets-clean-css/
implementation ("org.jooby:jooby-assets-clean-css:1.6.6")
'org.jooby:jooby-assets-clean-css:jar:1.6.6'
<dependency org="org.jooby" name="jooby-assets-clean-css" rev="1.6.6">
<artifact name="jooby-assets-clean-css" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='jooby-assets-clean-css', version='1.6.6')
)
libraryDependencies += "org.jooby" % "jooby-assets-clean-css" % "1.6.6"
[org.jooby/jooby-assets-clean-css "1.6.6"]