GroupId | GroupIdorg.apache.myfaces.tobago |
---|---|
ArtifactId | ArtifactIdtobago-tool-apt |
Version | Version3.0.0-alpha-5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-tool-apt/ -->
<dependency>
<groupId>org.apache.myfaces.tobago</groupId>
<artifactId>tobago-tool-apt</artifactId>
<version>3.0.0-alpha-5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-tool-apt/
implementation 'org.apache.myfaces.tobago:tobago-tool-apt:3.0.0-alpha-5'
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-tool-apt/
implementation ("org.apache.myfaces.tobago:tobago-tool-apt:3.0.0-alpha-5")
'org.apache.myfaces.tobago:tobago-tool-apt:jar:3.0.0-alpha-5'
<dependency org="org.apache.myfaces.tobago" name="tobago-tool-apt" rev="3.0.0-alpha-5">
<artifact name="tobago-tool-apt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.tobago', module='tobago-tool-apt', version='3.0.0-alpha-5')
)
libraryDependencies += "org.apache.myfaces.tobago" % "tobago-tool-apt" % "3.0.0-alpha-5"
[org.apache.myfaces.tobago/tobago-tool-apt "3.0.0-alpha-5"]