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

com.github.dynamicextensionsalfresco.gradle.configuration.Versions Maven / Gradle / Ivy

Go to download

Adds an OSGi container to alfresco repository supporting dynamic code reloading, classpath isolation and a bunch of other useful features

There is a newer version: 1.7.6
Show newest version
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