archetype-resources.build.gradle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.project.templates.rest
Show all versions of com.liferay.project.templates.rest
Creates a Liferay JAX-RS module project.
The newest version!
dependencies {
compileOnly group: "com.liferay.portal", name: "release.${liferayProduct}.api"
#if (${liferayVersion.startsWith("7.0")})
compileOnly group: "javax.ws.rs", name: "javax.ws.rs-api"
#else
compileOnly group: "org.osgi", name: "org.osgi.service.jaxrs"
#end
}