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