Class MavenAetherUtils


  • public class MavenAetherUtils
    extends java.lang.Object
    This util class will import the Aether library available from the installed Maven distribution. It will do nothing if it is called from outside of a ClassRealm.
    Since:
    0.11.1
    Author:
    Gabriel Belingueres belingueres@gmail.com
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void importAetherLibrary()
      Import the core Aether library from the maven distribution.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MavenAetherUtils

        public MavenAetherUtils()
    • Method Detail

      • importAetherLibrary

        public static void importAetherLibrary()
        Import the core Aether library from the maven distribution.