com.github.dynamicextensionsalfresco.gradle.configuration.Versions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-plugin Show documentation
Show all versions of gradle-plugin Show documentation
Adds an OSGi container to alfresco repository supporting dynamic code reloading, classpath isolation and a bunch of other useful features
package com.github.dynamicextensionsalfresco.gradle.configuration;
/**
* Default versions for the various dependencies.
*/
public class Versions {
String dynamicExtensions = "1.7.1";
String surf = "5.0.d";
String spring = "3.2.10.RELEASE";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy