Fabric3 Maven Runtime API

Fabric3 APIs for embedding a runtime in Maven

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.fabric3
ArtifactId

ArtifactId

fabric3-maven-api
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Fabric3 Maven Runtime API
Fabric3 APIs for embedding a runtime in Maven
Project Organization

Project Organization

Fabric3

Download fabric3-maven-api

How to add to project

<!-- https://jarcasting.com/artifacts/org.fabric3/fabric3-maven-api/ -->
<dependency>
    <groupId>org.fabric3</groupId>
    <artifactId>fabric3-maven-api</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fabric3/fabric3-maven-api/
implementation 'org.fabric3:fabric3-maven-api:3.0.0'
// https://jarcasting.com/artifacts/org.fabric3/fabric3-maven-api/
implementation ("org.fabric3:fabric3-maven-api:3.0.0")
'org.fabric3:fabric3-maven-api:jar:3.0.0'
<dependency org="org.fabric3" name="fabric3-maven-api" rev="3.0.0">
  <artifact name="fabric3-maven-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fabric3', module='fabric3-maven-api', version='3.0.0')
)
libraryDependencies += "org.fabric3" % "fabric3-maven-api" % "3.0.0"
[org.fabric3/fabric3-maven-api "3.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.maven.surefire : surefire-api jar 2.6

Project Modules

There are no modules declared in this project.

Fabric3 Maven Test Plugins

This repository hosts the Fabric3 maven test plugins source. Information on Fabric3 can be found at http://www.fabric3.org.

Building the Source

Requirements are JDK 7 and Maven 3.1.1+.

To build the source of a tagged release:

  1. Execute: mvn clean install

To build the source of a development branch:

  1. Checkout and build https://github.com/Fabric3/fabric3-core so that the SNAPSHOT runtime dependencies are installed in the machine's local Maven repository.

  2. Execute: mvn clean install

org.fabric3

Fabric3

Versions

Version
3.0.0
2.5.3
2.5.2
2.5.0