License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdgov.nist.secauto |
ArtifactId | ArtifactIdoss-build-support |
Last Version | Last Version21 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCommon Build Files
A shared resource providing common build dependencies used in maven builds for code style, and other code quality checks.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
oss-build-support-21.pom | |
oss-build-support-21.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/gov.nist.secauto/oss-build-support/ -->
<dependency>
<groupId>gov.nist.secauto</groupId>
<artifactId>oss-build-support</artifactId>
<version>21</version>
</dependency>
// https://jarcasting.com/artifacts/gov.nist.secauto/oss-build-support/
implementation 'gov.nist.secauto:oss-build-support:21'
// https://jarcasting.com/artifacts/gov.nist.secauto/oss-build-support/
implementation ("gov.nist.secauto:oss-build-support:21")
'gov.nist.secauto:oss-build-support:jar:21'
<dependency org="gov.nist.secauto" name="oss-build-support" rev="21">
<artifact name="oss-build-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='gov.nist.secauto', module='oss-build-support', version='21')
)
libraryDependencies += "gov.nist.secauto" % "oss-build-support" % "21"
[gov.nist.secauto/oss-build-support "21"]