#Maven
26 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @candid bay! Please use
/closeor theClose Postbutton above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
Is it a Maven project?
Which dependency are you talking about?
How did you add the dependency?
https://github.com/skjolber/3d-bin-container-packing this is the dependency
?
this is maven
<project xmlns="http://maven.apache.org/POM/4.0.0"
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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.dani</groupId>
<artifactId>OneLivingCutting</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<containerPackingVersion>3.0.9</containerPackingVersion>
</properties>
<dependencies>
<dependency>
<groupId>com.github.skjolber.3d-bin-container-packing</groupId>
<artifactId>core</artifactId>
<version>${containerPackingVersion}</version>
</dependency>
</dependencies>
</project>``` this is my pom
no matter what i try
Can you show the import?
yeah that import looks wrong
try importing com.github.skjolber.packing.api.*
or com.github.skjolber.packing.core.*
Did you run mvn compile?
with api it says
that means the import works
and that you can't do new Packager()
mvn compile shows like the image above
ah i see
well, i guess so far so good, thanks
If you are finished with your post, please close it.
If you are not, please ignore this message.
Note that you will not be able to send further messages here after this post have been closed but you will be able to create new posts.