Dukascopy
 
 
Wiki JStore Search Login

Attention! Read the forum rules carefully before posting a topic.

    Try to find an answer in Wiki before asking a question.
    Submit programming questions in this forum only.
    Off topics are strictly forbidden.

Any topics which do not satisfy these rules will be deleted.

Single API runtime jar downloadable?
 Post subject: Single API runtime jar downloadable? Post rating: 0   New post Posted: Thu 08 Feb, 2018, 01:41 
User avatar

User rating: 98
Joined: Mon 23 Jul, 2012, 02:02
Posts: 656
Location: United States, Durham, NC
Is there a Single runtime jar file available for
download, or is that our responsibility to create
if we need one, presumably using maven features?

I struggle with maven sometimes, so would love
to be able to download a standalone API runtime
jar, rather than to create one. I use Eclipse.

There is a project SingleJarTest or something like
that which presumably has the maven required
to build a single jar.

Thanks for any info...
hyperscalper


 
 Post subject: Re: Single API runtime jar downloadable? Post rating: 0   New post Posted: Thu 08 Feb, 2018, 13:42 
User avatar

User rating:
Joined: Fri 31 Aug, 2007, 09:17
Posts: 6139
We do not provide such jar.
JForex jars are available only through maven repository.
One option could be to add the following plugin and run mvn dependency:copy-dependencies. This will download all jars to target\dependency\ folder.

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-dependency-plugin</artifactId>
    <version>3.0.2</version>
    <executions>
        <execution>
            <id>copy-dependencies</id>
            <phase>package</phase>
            <goals>
                <goal>copy-dependencies</goal>
            </goals>
        </execution>
    </executions>
</plugin>


 
 Post subject: Re: Single API runtime jar downloadable? Post rating: 0   New post Posted: Thu 08 Feb, 2018, 19:26 
User avatar

User rating: 98
Joined: Mon 23 Jul, 2012, 02:02
Posts: 656
Location: United States, Durham, NC
Thank you !!!

It looks like I need to make another deep dive
into Maven and learn it better !

hyperscalper


 

Jump to:  

  © 1998-2025 Dukascopy® Bank SA
On-line Currency forex trading with Swiss Forex Broker - ECN Forex Brokerage,
Managed Forex Accounts, introducing forex brokers, Currency Forex Data Feed and News
Currency Forex Trading Platform provided on-line by Dukascopy.com