Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8776523
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T19:04:52+00:00 2026-06-13T19:04:52+00:00

I am trying to run the project in ‘Qi4j in 2 minutes’ tutorial while

  • 0

I am trying to run the project in ‘Qi4j in 2 minutes’ tutorial

while I can`t find the Qi4j lib files in the maven repository.

Can anyone tell me how to import the Qi4j lib files with maven?

thanks in advance 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T19:04:53+00:00Added an answer on June 13, 2026 at 7:04 pm

    Qi4j SDK 2.0 is under development. If you want to use 2.0 you can download builds from Qi4j continuous integration or build the Qi4j SDK from source.

    Weekly SNAPSHOTs are uploaded to https://repository-qi4j.forge.cloudbees.com/snapshot/ so you need to add this url as a maven repository :

    <repositories>
        [...]
        <repository>
            <id>qi4j-snapshots</id>
            <url>https://repository-qi4j.forge.cloudbees.com/snapshot/</url>
            <releases>
                <enabled>false</enabled>
            </releases>
            <snapshots>
                <enabled>true</enabled>
            </snapshots>
        </repository>
        [...]
    </repositories>
    

    And then you can add dependencies to Qi4j:

    <dependencies>
        [...]
        <dependency>
            <groupId>org.qi4j.core</groupId>
            <artifactId>org.qi4j.core.bootstrap</artifactId>
            <version>2.0-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>org.qi4j.core</groupId>
            <artifactId>org.qi4j.core.runtime</artifactId>
            <version>2.0-SNAPSHOT</version>
        </dependency>
        [...]
    </dependencies>
    

    All this information can now be found on the Qi4j website, see http://qi4j.org/howto-depend-on-qi4j.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to run mvn clean package on my Maven project and it fails
I am trying to run LibreOffice's examples in a small Maven project. Netbeans does
I'm trying to run exec-maven-plugin 's exec:java goal on a simple two-module project where
I've been trying to run the sample project provided with the tutorial at stockbotprogramming
I'm trying to run a project which a friend of mine send me, but
I am trying to run a sample project from This site . Jboss starts
When trying to run an Eclipse Dynamic Web Project under a Tomcat setup using
For a new project I'm trying to run postgres locally. Mac Lion has Postgres
I'm trying to run jetty without building the whole project, but simply point jetty
Im trying to connect my project via sFTP. and everytime I run the project

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.