-
Starting from release 2.5, the Restlet Framework is available from Maven Central repository. Prior to version 2.5 of Restlet Framework, the Maven repository for Restlet is accessible from https://maven.restlet.talend.com and contains all Restlet JARs and third party dependencies that aren’t available in the main public Maven repository.Here is a sample pom file illustrating how to reference Restlet JARs and third party dependencies that aren’t available in the main public Maven repository:Getting started with Maven Getting started with Eclipse
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.example</groupId> <artifactId>myapplication</artifactId> <version>0.0.1-SNAPSHOT</version> <properties> <java.version>1.8</java.version> <restlet.version>2.4.4</restlet.version> </properties> <repositories> <repository> <id>maven-restlet</id> <name>Restlet repository</name> <url>https://maven.restlet.talend.com</url> </repository> </repositories> <dependencies> <dependency> <groupId>org.restlet.jse</groupId> <artifactId>org.restlet</artifactId> <version>${restlet.version}</version> </dependency> <dependency> <groupId>org.restlet.jse</groupId> <artifactId>org.restlet.ext.jackson</artifactId> <version>${restlet.version}</version> </dependency> </dependencies> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.8.0</version> <configuration> <release>${java.version}</release> </configuration> </plugin> </plugins> </build> </project>
Download a full zip of one of the 2.4.* and lower versions
2.4 (View changelog)
2.4.4 (2024-06-20)
2.4.3 (2020-01-28)
2.4.2 (2019-11-13)
2.4.1 (2018-08-18)
2.4.0 (2018-01-09)
2.3 (View changelog)
2.3.12 (2017-10-02)
2.3.11 (2017-09-29)
2.3.10 (2017-05-28)
2.3.9 (2016-12-20)
2.3.8 (2016-12-10)
2.3.7 (2016-03-14)
2.3.6 (2016-01-26)
2.3.5 (2015-10-03)
2.3.4 (2015-07-16)
2.3.3 (2015-06-21)
2.3.2 (2015-05-01)
2.3.1 (2015-02-03)
2.3.0 (2014-12-17)
2.3 RC2 (2014-12-08)
2.3 RC1 (2014-11-21)
2.3 M5 (2014-11-07)
2.3 M4 (2014-10-31)
2.3 M3 (2014-09-18)
2.3 M2 (2014-05-06)
2.3 M1 (2014-03-27)
2.2 (View changelog)
2.2.3 (2014-11-27)
2.2.2 (2014-08-05)
2.2.1 (2014-05-06)
2.2.0 (2014-03-27)
2.2 RC4 (2014-03-19)
2.2 RC3 (2014-03-04)
2.2 RC2 (2014-02-18)
2.2 RC1 (2014-02-09)
2.2 M6 (2013-12-05)
2.2 M5 (2013-09-07)
2.2 M4 (2013-08-23)
2.2 M3 (2013-03-07)
2.2 M2 (2013-02-28)
2.2 M1 (2012-12-24)
2.1 (View changelog)
2.1.7 (2014-02-09)
2.1.6 (2013-12-05)
2.1.5 (2013-12-05)
2.1.4 (2013-09-07)
2.1.3 (2013-08-23)
2.1.2 (2013-02-28)
2.1.1 (2012-12-23)
2.1.0 (2012-09-20)
2.1 RC6 (2012-08-22)
2.1 RC5 (2012-05-23)
2.1 RC4 (2012-04-06)
2.1 RC3 (2012-02-15)
2.1 RC2 (2012-01-15)
2.1 RC1 (2011-10-06)
2.1 M7 (2011-08-24)
2.1 M6 (2011-08-20)
2.1 M5 (2011-06-21)
2.1 M3 (2011-03-31)
2.1 M4 (2011-04-27)
2.1 M2 (2010-12-24)
2.1 M1 (2010-11-07)
2.0 (View changelog)
2.0.15 (2012-08-23)
2.0.14 (2012-05-23)
2.0.13 (2012-04-18)
2.0.12 (2012-04-06)
2.0.11 (2012-01-25)
2.0.10 (2011-10-05)
2.0.9 (2011-08-20)
2.0.8 (2011-06-21)
2.0.7 (2011-04-27)
2.0.6 (2011-03-31)
2.0.5 (2011-02-09)
2.0.4 (2010-12-24)
2.0.3 (2010-11-07)
2.0.2 (2010-11-03)
2.0.1 (2010-09-08)
2.0.0 (2010-07-19)
2.0 RC4 (2010-06-01)
2.0 RC3 (2010-04-23)
2.0 RC2 (2010-03-30)
2.0 RC1 (2010-03-15)
2.0 M7 (2010-01-29)
2.0 M6 (2009-11-20)
2.0 M5 (2009-09-28)
2.0 M4 (2009-08-06)
2.0 M3 (2009-05-27)
1.1 (View changelog)
- 1.1.10 (2010-04-23)
- 1.1.9 (2010-03-30)
- 1.1.8 (2010-01-29)
- 1.1.7 (2009-11-20)
- 1.1.6 (2009-09-28)
- 1.1.5 (2009-05-26)
- 1.1.4 (2009-04-06)
- 1.1.3 (2009-02-26)
- 1.1.2 (2009-01-23)
- 1.1.1 (2008-10-31)
- 1.1.0 (2008-10-28)
- 1.1 RC2 (2008-09-24)
- 1.1 RC1 (2008-08-20)
- 1.1 M5 (2008-08-07)
- 1.1 M4 (2008-05-20)
- 1.1 M3 (2008-04-01)
- 1.1 M2 (2008-02-29)
- 1.1 M1 (2007-12-24)
1.0 (View changelog)
- 1.0.11 (2008-10-27)
- 1.0.10 (2008-05-20)
- 1.0.9 (2008-04-01)
- 1.0.8 (2008-02-29)
- 1.0.7 (2007-12-22)
- 1.0.6 (2007-11-08)
- 1.0.5 (2007-09-06)
- 1.0.4 (2007-07-25)
- 1.0.3 (2007-07-15)
- 1.0.2 (2007-06-20)
- 1.0.1 (2007-05-04)
- 1.0.0 (2007-04-16)
- 1.0 RC6 (2007-03-27)
- 1.0 RC5 (2007-03-09)
- 1.0 RC4 (2007-01-26)
- 1.0 RC3 (2007-01-19)
- 1.0 RC2 (2007-01-09)
- 1.0 RC1 (2006-12-26)
- 1.0 Beta23 (2006-12-19)
- 1.0 Beta22 (2006-12-07)
- 1.0 Beta21 (2006-11-26)
- 1.0 Beta20 (2006-11-08)
- 1.0 Beta19 (2006-10-23)
- 1.0 Beta18 (2006-08-19)
- 1.0 Beta17 (2006-07-19)
- 1.0 Beta16 (2006-06-30)
- 1.0 Beta15 (2006-06-26)
- 1.0 Beta14 (2006-06-02)
- 1.0 Beta13 (2006-05-29)
- 1.0 Beta12 (2006-05-20)
- 1.0 Beta11 (2006-05-16)
- 1.0 Beta10 (2006-05-02)
- 1.0 Beta9 (2006-04-14)
- 1.0 Beta8 (2006-04-10)
- 1.0 Beta7 (2006-03-24)
- 1.0 Beta6 (2006-03-20)
- 1.0 Beta5 (2006-03-07)
- 1.0 Beta4 (2006-03-03)
- 1.0 Beta3 (2006-02-15)
- 1.0 Beta2 (2006-02-03)
- 1.0 Beta1 (2006-01-26)
Restlet framework
Restlet Framework is the most widely used open source
solution for Java developers who want to create and use APIs.