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