You can download joox-1.2.0.jar in this page.
Apache License, Version 2.0
joox-1.2.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.jooq/joox/pom.properties META-INF/maven/org.jooq/joox/pom.xml org.joox.Attrs.class org.joox.Content.class org.joox.Context.class org.joox.DefaultContext.class org.joox.Each.class org.joox.Elements.class org.joox.FastFilter.class org.joox.Filter.class org.joox.Impl.class org.joox.JOOX.class org.joox.Mapper.class org.joox.Match.class org.joox.Util.class org.joox.selector.Assert.class org.joox.selector.AttributeSpecifier.class org.joox.selector.CSS2XPath.class org.joox.selector.NegationSpecifier.class org.joox.selector.PseudoClassSpecifier.class org.joox.selector.PseudoNthSpecifier.class org.joox.selector.Scanner.class org.joox.selector.ScannerException.class org.joox.selector.Selector.class org.joox.selector.Specifier.class
joox-1.2.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>oss-parent</artifactId> <groupId>org.sonatype.oss</groupId> <version>7</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.jooq</groupId> <artifactId>joox</artifactId> <version>1.2.0</version> <packaging>jar</packaging> <name>jOOX</name> <description>jOOX stands for Java Object Oriented XML. It is a simple wrapper for the org.w3c.dom package, to allow for fluent XML document creation and manipulation where DOM is required but too verbose.</description> <url>http://code.google.com/p/joox/</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://jooq.sourceforge.net/license/LICENSE.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <developerConnection>scm:svn:https://joox.googlecode.com/svn</developerConnection> <url>https://joox.googlecode.com/svn</url> <connection>scm:svn:https://joox.googlecode.com/svn</connection> </scm> <build> <defaultGoal>deploy</defaultGoal> <finalName>${project.artifactId}-${project.version}</finalName> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <fork>true</fork> <maxmem>512m</maxmem> <meminitial>256m</meminitial> <encoding>UTF-8</encoding> <source>1.6</source> <target>1.6</target> <debug>true</debug> <debuglevel>lines,vars,source</debuglevel> </configuration> </plugin> <plugin> <inherited>true</inherited> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.1.2</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> <configuration> <excludeResources>true</excludeResources> <useDefaultExcludes>true</useDefaultExcludes> </configuration> </plugin> <plugin> <inherited>true</inherited> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.7</version> <executions> <execution> <id>bundle-sources</id> <phase>package</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> <configuration> <maxmemory>512</maxmemory> <encoding>UTF-8</encoding> <show>protected</show> <notree>true</notree> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>2.5</version> <configuration> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <version>2.8</version> <configuration> <downloadSources>true</downloadSources> </configuration> </plugin> </plugins> </build> <profiles> <profile> <id>release</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.1</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> <issueManagement> <system>Google Issues</system> <url>http://code.google.com/p/joox/issues/list</url> </issueManagement> <developers> <developer> <name>Lukas Eder</name> <email>lukas.eder@gmail.com</email> </developer> </developers> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.8.2</version> <type>jar</type> <scope>test</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>20030203.000550</version> <type>jar</type> <scope>test</scope> </dependency> <dependency> <groupId>xalan</groupId> <artifactId>xalan</artifactId> <version>2.7.1</version> <type>jar</type> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.jooq</groupId> <artifactId>joox</artifactId> <version>1.2.0</version> </dependency>
If you think the following joox-1.2.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.