Categories |
CategoriesMaven Build Tools Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdgov.nist.secauto |
ArtifactId | ArtifactIdreflow-maven-skin |
Version | Version14 |
Type | Typejar |
Filename | Size |
---|---|
reflow-maven-skin-14.pom | |
reflow-maven-skin-14.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/gov.nist.secauto/reflow-maven-skin/ -->
<dependency>
<groupId>gov.nist.secauto</groupId>
<artifactId>reflow-maven-skin</artifactId>
<version>14</version>
</dependency>
// https://jarcasting.com/artifacts/gov.nist.secauto/reflow-maven-skin/
implementation 'gov.nist.secauto:reflow-maven-skin:14'
// https://jarcasting.com/artifacts/gov.nist.secauto/reflow-maven-skin/
implementation ("gov.nist.secauto:reflow-maven-skin:14")
'gov.nist.secauto:reflow-maven-skin:jar:14'
<dependency org="gov.nist.secauto" name="reflow-maven-skin" rev="14">
<artifact name="reflow-maven-skin" type="jar" />
</dependency>
@Grapes(
@Grab(group='gov.nist.secauto', module='reflow-maven-skin', version='14')
)
libraryDependencies += "gov.nist.secauto" % "reflow-maven-skin" % "14"
[gov.nist.secauto/reflow-maven-skin "14"]