| License | License | 
|---|---|
| GroupId | GroupIdorg.apache.pulsar | 
| ArtifactId | ArtifactIdbuildtools | 
| Last Version | Last Version2.10.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionPulsar Build Tools The Apache Software Foundation provides support for the Apache community of open-source software projects.
    The Apache projects are characterized by a collaborative, consensus based development process, an open and
    pragmatic software license, and a desire to create high quality software that leads the way in its field.
    We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
    and users. | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| buildtools-2.10.0.pom | |
| buildtools-2.10.0.jar | 19 KB | 
| buildtools-2.10.0-sources.jar | 18 KB | 
| buildtools-2.10.0-javadoc.jar | 41 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.pulsar/buildtools/ -->
<dependency>
    <groupId>org.apache.pulsar</groupId>
    <artifactId>buildtools</artifactId>
    <version>2.10.0</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.pulsar/buildtools/
implementation 'org.apache.pulsar:buildtools:2.10.0'// https://jarcasting.com/artifacts/org.apache.pulsar/buildtools/
implementation ("org.apache.pulsar:buildtools:2.10.0")'org.apache.pulsar:buildtools:jar:2.10.0'<dependency org="org.apache.pulsar" name="buildtools" rev="2.10.0">
  <artifact name="buildtools" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.pulsar', module='buildtools', version='2.10.0')
)libraryDependencies += "org.apache.pulsar" % "buildtools" % "2.10.0"[org.apache.pulsar/buildtools "2.10.0"]