GroupId | GroupIdorg.apache.myfaces.buildtools |
---|---|
ArtifactId | ArtifactIdmyfaces-builder-annotations |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.buildtools/myfaces-builder-annotations/ -->
<dependency>
<groupId>org.apache.myfaces.buildtools</groupId>
<artifactId>myfaces-builder-annotations</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.buildtools/myfaces-builder-annotations/
implementation 'org.apache.myfaces.buildtools:myfaces-builder-annotations:1.0.1'
// https://jarcasting.com/artifacts/org.apache.myfaces.buildtools/myfaces-builder-annotations/
implementation ("org.apache.myfaces.buildtools:myfaces-builder-annotations:1.0.1")
'org.apache.myfaces.buildtools:myfaces-builder-annotations:jar:1.0.1'
<dependency org="org.apache.myfaces.buildtools" name="myfaces-builder-annotations" rev="1.0.1">
<artifact name="myfaces-builder-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.buildtools', module='myfaces-builder-annotations', version='1.0.1')
)
libraryDependencies += "org.apache.myfaces.buildtools" % "myfaces-builder-annotations" % "1.0.1"
[org.apache.myfaces.buildtools/myfaces-builder-annotations "1.0.1"]