License |
License |
---|---|
GroupId | GroupIdio.takari |
ArtifactId | ArtifactIdincrementalbuild-workspace |
Last Version | Last Version0.20.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionProvides 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.
|
<!-- https://jarcasting.com/artifacts/io.takari/incrementalbuild-workspace/ -->
<dependency>
<groupId>io.takari</groupId>
<artifactId>incrementalbuild-workspace</artifactId>
<version>0.20.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.takari/incrementalbuild-workspace/
implementation 'io.takari:incrementalbuild-workspace:0.20.9'
// https://jarcasting.com/artifacts/io.takari/incrementalbuild-workspace/
implementation ("io.takari:incrementalbuild-workspace:0.20.9")
'io.takari:incrementalbuild-workspace:jar:0.20.9'
<dependency org="io.takari" name="incrementalbuild-workspace" rev="0.20.9">
<artifact name="incrementalbuild-workspace" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.takari', module='incrementalbuild-workspace', version='0.20.9')
)
libraryDependencies += "io.takari" % "incrementalbuild-workspace" % "0.20.9"
[io.takari/incrementalbuild-workspace "0.20.9"]