All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.build.gradle Maven / Gradle / Ivy

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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy