Git Product home page Git Product logo

qaf-support's Introduction

License Maven Central GitHub tag javadoc

qaf-support

Support project that provides ready to use steps for web and webservices

IVY

Create or update ivysettings.xml file to add new repository. Alternately you can add settings block into ivy.xml as well.

IVY settings

<?xml version="1.0" encoding="ISO-8859-1"?>
<ivysettings>
    <settings defaultResolver="qaf"/>
    <resolvers>
        <chain name="qaf">
            <ibiblio name="central" m2compatible="true"/>
            <ibiblio name="QAF" m2compatible="true" root="https://qmetry.github.io/qaf/dist" />
        </chain>
    </resolvers>
</ivysettings>

IVY Dependency Entry

<dependency org="com.qmetry" name="qaf" rev="2.1.8" />
<dependency org="com.qmetry" name="qaf-support" rev="2.1.8" />

Maven

Repository entry:

qaf https://qmetry.github.io/qaf/dist

Maven Dependency Entry:

<dependency>
    <groupId>com.qmetry</groupId>
    <artifactId>qaf</artifactId>
    <version>2.1.8</version>
</dependency>
<dependency>
    <groupId>com.qmetry</groupId>
    <artifactId>qaf-support</artifactId>
    <version>2.1.8</version>
</dependency>

qaf-support's People

Contributors

cjayswal avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

qaf-support's Issues

Unable to pull "qaf-support" through maven dependency

Hi,

I'm unable to get the "qaf-support" jars through maven dependency.

<repositories>
	<repository>
		<id>qaf</id>
		<url>https://qmetry.github.io/qaf/dist</url>
	</repository>
	<repository>
		<id>jai</id>
		<url>https://repository.jboss.org/nexus/content/repositories/thirdparty-releases</url>
	</repository>
</repositories>

    <dependency>
        <groupId>com.qmetry</groupId>
        <artifactId>qaf-support</artifactId>
        <version>2.1.12</version>
    </dependency>

Tried multiple versions 2.1.11, 2.1.8. Any help to resolve this issue is much appreciated..

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.