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