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