Skip to content
Snippets Groups Projects
Commit e33675c8 authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

Modules

parent fcf8b800
Branches
No related merge requests found
module koz01.java2.lab09 {
requires transitive javafx.controls;
requires javafx.fxml;
requires java.persistence;
requires lombok;
requires java.sql;
requires org.hibernate.orm.core;
opens koz01.java2.lab09 to org.hibernate.orm.core;
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment