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