в моем файле main.java:
Код: Выделить всё
package org.example;
import tech.tablesaw.*;
import tech.tablesaw.aggregate.*;
import tech.tablesaw.io.csv.*;
public class Main {
public static void main(String[] args) {
Table table = Table.read().csv("people.csv");
table.print();}}
Код: Выделить всё
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
org.example
tablesaw2
1.0-SNAPSHOT
21
21
UTF-8
tech.tablesaw
tablesaw-core
0.43.1

множественный импорт автоматически становится серым из intellij?

Подробнее здесь: https://stackoverflow.com/questions/790 ... n-for-java
Мобильная версия