lijq


License

License

GroupId

GroupId

com.github.agmenc
ArtifactId

ArtifactId

lijq_2.9.2
Last Version

Last Version

1.8.4
Release Date

Release Date

Type

Type

jar
Description

Description

lijq
lijq
Project URL

Project URL

https://github.com/agmenc/lijq
Project Organization

Project Organization

com.github.agmenc
Source Code Management

Source Code Management

https://github.com/agmenc/lijq

Download lijq_2.9.2

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.agmenc/lijq_2.9.2/ -->
<dependency>
    <groupId>com.github.agmenc</groupId>
    <artifactId>lijq_2.9.2</artifactId>
    <version>1.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.agmenc/lijq_2.9.2/
implementation 'com.github.agmenc:lijq_2.9.2:1.8.4'
// https://jarcasting.com/artifacts/com.github.agmenc/lijq_2.9.2/
implementation ("com.github.agmenc:lijq_2.9.2:1.8.4")
'com.github.agmenc:lijq_2.9.2:jar:1.8.4'
<dependency org="com.github.agmenc" name="lijq_2.9.2" rev="1.8.4">
  <artifact name="lijq_2.9.2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.agmenc', module='lijq_2.9.2', version='1.8.4')
)
libraryDependencies += "com.github.agmenc" % "lijq_2.9.2" % "1.8.4"
[com.github.agmenc/lijq_2.9.2 "1.8.4"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.9.2
net.liftweb : lift-webkit_2.9.2 jar 2.5-M4

test (10)

Group / Artifact Type Version
org.eclipse.jetty : jetty-webapp jar 8.1.8.v20121106
javax.servlet : servlet-api jar 2.5
org.specs2 : specs2_2.9.2 src 1.11
org.specs2 : specs2_2.9.2 jar 1.11
org.specs2 : specs2-scalaz-core_2.9.2 src 6.0.1
org.specs2 : specs2-scalaz-core_2.9.2 jar 6.0.1
junit : junit src 4.8.1
junit : junit jar 4.8.1
org.mockito : mockito-core src 1.9.0-rc1
org.mockito : mockito-core jar 1.9.0-rc1

Project Modules

There are no modules declared in this project.

lijq

LIJQ (pronounced "like you") lets you write JsExp-style Lift expressions that compile in Scala, yet look like JQuery:

  $("#monkeys").addClass("hairy") &
  $.ajax("http://request.bananas.com", "{colour: 'yellow'}")

Add to your sbt project:

  libraryDependencies +=  "com.github.agmenc" %% "lijq" % "1.8.3.1" % "compile"

Versions

Version
1.8.4
1.8.3.2
1.8.3.1
1.8.3