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

xyz.rk0cc.willpub.pubspec.package-info Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
/**
 * Java implemented Object for handling pubspec.yaml.
 * 
* This package only contains two object which namely {@link xyz.rk0cc.willpub.pubspec.PubspecArchiver} and * {@link xyz.rk0cc.willpub.pubspec.PubspecManager}. Both control data exchanges between the file and Java object and * implemented Memento patten for stacking up to 10 editing history. *
* In this package, it comes with 2 subpackages which under on this package: *
    *
  • {@link xyz.rk0cc.willpub.pubspec.data}
  • *
  • {@link xyz.rk0cc.willpub.pubspec.parser}
  • *
* * @since 1.0.0 */ package xyz.rk0cc.willpub.pubspec;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy