| License | License | 
|---|---|
| Categories | CategoriesIDE Development Tools Build Tools ORM Data | 
| GroupId | GroupIdorg.openidentityplatform.commons | 
| ArtifactId | ArtifactIdbuild-tools | 
| Last Version | Last Version2.0.15 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionorg.openidentityplatform.commons.build-tools This module includes common infrastructure required for building 
    projects, comprising of TestNG listeners, Checkstyle configuration, etc. | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| build-tools-2.0.15.pom | |
| build-tools-2.0.15.jar | 34 KB | 
| build-tools-2.0.15-sources.jar | 26 KB | 
| build-tools-2.0.15-javadoc.jar | 30 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.openidentityplatform.commons/build-tools/ -->
<dependency>
    <groupId>org.openidentityplatform.commons</groupId>
    <artifactId>build-tools</artifactId>
    <version>2.0.15</version>
</dependency>// https://jarcasting.com/artifacts/org.openidentityplatform.commons/build-tools/
implementation 'org.openidentityplatform.commons:build-tools:2.0.15'// https://jarcasting.com/artifacts/org.openidentityplatform.commons/build-tools/
implementation ("org.openidentityplatform.commons:build-tools:2.0.15")'org.openidentityplatform.commons:build-tools:jar:2.0.15'<dependency org="org.openidentityplatform.commons" name="build-tools" rev="2.0.15">
  <artifact name="build-tools" type="jar" />
</dependency>@Grapes(
@Grab(group='org.openidentityplatform.commons', module='build-tools', version='2.0.15')
)libraryDependencies += "org.openidentityplatform.commons" % "build-tools" % "2.0.15"[org.openidentityplatform.commons/build-tools "2.0.15"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.testng : testng | jar | 6.14.3 |