License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdgov.nist.secauto |
ArtifactId | ArtifactIdoss-build-support |
Version | Version18 |
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-18.pom | |
oss-build-support-18.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>18</version>
</dependency>
// https://jarcasting.com/artifacts/gov.nist.secauto/oss-build-support/
implementation 'gov.nist.secauto:oss-build-support:18'
// https://jarcasting.com/artifacts/gov.nist.secauto/oss-build-support/
implementation ("gov.nist.secauto:oss-build-support:18")
'gov.nist.secauto:oss-build-support:jar:18'
<dependency org="gov.nist.secauto" name="oss-build-support" rev="18">
<artifact name="oss-build-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='gov.nist.secauto', module='oss-build-support', version='18')
)
libraryDependencies += "gov.nist.secauto" % "oss-build-support" % "18"
[gov.nist.secauto/oss-build-support "18"]