Download incrementalbuild-workspace-0.5.0.jar file - Jar i

Jar examples for i:incrementalbuild-workspace

Description

Provides hooks to run incremental build inside m2e workspace. Other host applications may also be able to use this API, but have not been tested. Incremental build workspace API will be embedded in m2e, and therefore the same version of this API should work with multiple versions of incrementalbuild library. This means all changes to this API must be backwards compatible. This also means that changes to this API will require update to io.takari.m2e.lifecycle.

You can download jar file incrementalbuild-workspace 0.5.0 in this page.

Build File

You can use the following script to add incrementalbuild-workspace-0.5.0.jar to your project.

<dependency>
   <groupId>io.takari</groupId>
   <artifactId>incrementalbuild-workspace</artifactId>
   <version>0.5.0</version>
</dependency>
compile group: 'io.takari', name: 'incrementalbuild-workspace', version: '0.5.0'
libraryDependencies += "io.takari" % "incrementalbuild-workspace" % "0.5.0"
<dependency org="io.takari" name="incrementalbuild-workspace" rev="0.5.0"/>
@Grapes(@Grab(group='io.takari', module='incrementalbuild-workspace', version='0.5.0'))
'io.takari:incrementalbuild-workspace:jar:0.5.0'

Download

Click the following link to download the jar file.

incrementalbuild-workspace-0.5.0-javadoc.jar
incrementalbuild-workspace-0.5.0-sources.jar
incrementalbuild-workspace-0.5.0.jar
incrementalbuild-workspace-0.5.0.pom



Related Tutorials