License |
License |
---|---|
Categories |
CategoriesBuild Tools |
GroupId | GroupIdorg.apache.commons |
ArtifactId | ArtifactIdcommons-weaver-build-tools |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Commons Weaver Build Tools
Provide common setup, from http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-weaver-build-tools/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-weaver-build-tools</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-weaver-build-tools/
implementation 'org.apache.commons:commons-weaver-build-tools:2.0'
// https://jarcasting.com/artifacts/org.apache.commons/commons-weaver-build-tools/
implementation ("org.apache.commons:commons-weaver-build-tools:2.0")
'org.apache.commons:commons-weaver-build-tools:jar:2.0'
<dependency org="org.apache.commons" name="commons-weaver-build-tools" rev="2.0">
<artifact name="commons-weaver-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-weaver-build-tools', version='2.0')
)
libraryDependencies += "org.apache.commons" % "commons-weaver-build-tools" % "2.0"
[org.apache.commons/commons-weaver-build-tools "2.0"]