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

com.jdiai.Section Maven / Gradle / Ivy

There is a newer version: 1.1.8
Show newest version
package com.jdiai;

import com.jdiai.interfaces.HasCore;

public class Section implements HasCore {
    JS core = new JS(JDI::driver);
    public JS core() { return core; }
    public void setCore(JS core) { this.core = core; }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy