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