create table project_libraries ( id text not null, project , group_id text not null, artifact_id text not null, version text not null, cross_build_version text, path text not null, library );