lijq


License

License

GroupId

GroupId

com.github.agmenc
ArtifactId

ArtifactId

lijq_2.10
Last Version

Last Version

2.0.1
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.10

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.3
net.liftweb : lift-webkit_2.10 jar 2.6

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
2.0.1
2.0.0
1.8.5
1.8.4
1.8.3.2