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

jadex.platform.service.library.Library.component.xml Maven / Gradle / Ivy

Go to download

The Jadex platform package contains implementations of platform services as well as the platform component itself.

There is a newer version: 3.0.117
Show newest version


	
	
		
		
		
	
	
	
	    
	        
	        	jadex.commons.SReflect.isAndroid() ? jadex.platform.service.library.AndroidLibraryService.class.newInstance() : $args.libpath==null? new jadex.platform.service.library.LibraryService(): new jadex.platform.service.library.LibraryService(new java.net.URLClassLoader(jadex.commons.SUtil.toURLs($args.libpath), $args.baseclassloader==null ? jadex.platform.service.library.LibraryService.class.getClassLoader() : $args.baseclassloader))
	        
	    
	    
	        
				jadex.commons.SReflect.isAndroid() ? null : $args.maven_dependencies ? jadex.platform.service.dependency.maven.MavenDependencyResolverService.class.newInstance(): new jadex.platform.service.library.BasicDependencyService()
	        
	    
	
	
	
		true
	






© 2015 - 2024 Weber Informatics LLC | Privacy Policy