Download requirejs-2.1.11.jar file - Jar r

Jar examples for r:requirejs

Description

Maven-packaged version of RequireJS 2.0.1, provided by Jangaroo

You can download jar file requirejs 2.1.11 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add requirejs-2.1.11.jar to your project.

<dependency>
   <groupId>li.rudin.mavenjs</groupId>
   <artifactId>requirejs</artifactId>
   <version>2.1.11</version>
</dependency>
compile group: 'li.rudin.mavenjs', name: 'requirejs', version: '2.1.11'
libraryDependencies += "li.rudin.mavenjs" % "requirejs" % "2.1.11"
<dependency org="li.rudin.mavenjs" name="requirejs" rev="2.1.11"/>
@Grapes(@Grab(group='li.rudin.mavenjs', module='requirejs', version='2.1.11'))
'li.rudin.mavenjs:requirejs:jar:2.1.11'

Download

Click the following link to download the jar file.

requirejs-2.1.11.jar
requirejs-2.1.11.pom



Related Tutorials