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