io.fruitful.ecomerce.Library Maven / Gradle / Ivy
/*
* This Java source file was generated by the Gradle 'init' task.
*/
package io.fruitful.ecomerce;
public class Library {
public boolean someLibraryMethod() {
return true;
}
}
/*
* This Java source file was generated by the Gradle 'init' task.
*/
package io.fruitful.ecomerce;
public class Library {
public boolean someLibraryMethod() {
return true;
}
}