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

ammonite.Stubs.scala Maven / Gradle / Ivy

There is a newer version: 3.0.0-M0-67-83057fea
Show newest version
package ammonite

// Dummy packages just to populate the existence of these top-level synthetic
// packages in the Scala compiler.

/**
  * Package that gets filled with any script files that the user imports
  */
package $file{
  object $
}

/**
  * Package that gets filled with any script files that the user imports
  */
package $exec{
  object $
}

/**
  * Package that gets filled with ivy artifacts the user loads
  */
package $ivy{
  object $
}

/**
  * Package that gets filled with any web scripts people load from http URLs
  */
package $url{
  object $
}

/**
  * Package to import from when you don't want to import anything
  */
package $stub{
  object $
}

/**
  * Package to import from when you don't want to import anything
  */
package $cp{
  object $
}

/**
  * Package to import from when you don't want to import anything
  */
package $plugin{
  object $
}

package $repo {
  object $
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy