Categories |
CategoriesJooby User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.jooby |
ArtifactId | ArtifactIdjooby-assets-closure-compiler |
Version | Version0.11.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jooby/jooby-assets-closure-compiler/ -->
<dependency>
<groupId>org.jooby</groupId>
<artifactId>jooby-assets-closure-compiler</artifactId>
<version>0.11.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jooby/jooby-assets-closure-compiler/
implementation 'org.jooby:jooby-assets-closure-compiler:0.11.2'
// https://jarcasting.com/artifacts/org.jooby/jooby-assets-closure-compiler/
implementation ("org.jooby:jooby-assets-closure-compiler:0.11.2")
'org.jooby:jooby-assets-closure-compiler:jar:0.11.2'
<dependency org="org.jooby" name="jooby-assets-closure-compiler" rev="0.11.2">
<artifact name="jooby-assets-closure-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jooby', module='jooby-assets-closure-compiler', version='0.11.2')
)
libraryDependencies += "org.jooby" % "jooby-assets-closure-compiler" % "0.11.2"
[org.jooby/jooby-assets-closure-compiler "0.11.2"]