| GroupId | GroupIdorg.apache.myfaces.tobago |
|---|---|
| ArtifactId | ArtifactIdtobago-tool-apt |
| Version | Version2.0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tobago-tool-apt-2.0.6.pom | |
| tobago-tool-apt-2.0.6.jar | 76 KB |
| tobago-tool-apt-2.0.6-sources.jar | 49 KB |
| tobago-tool-apt-2.0.6-javadoc.jar | 145 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-tool-apt/ -->
<dependency>
<groupId>org.apache.myfaces.tobago</groupId>
<artifactId>tobago-tool-apt</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-tool-apt/
implementation 'org.apache.myfaces.tobago:tobago-tool-apt:2.0.6'
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-tool-apt/
implementation ("org.apache.myfaces.tobago:tobago-tool-apt:2.0.6")
'org.apache.myfaces.tobago:tobago-tool-apt:jar:2.0.6'
<dependency org="org.apache.myfaces.tobago" name="tobago-tool-apt" rev="2.0.6">
<artifact name="tobago-tool-apt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.tobago', module='tobago-tool-apt', version='2.0.6')
)
libraryDependencies += "org.apache.myfaces.tobago" % "tobago-tool-apt" % "2.0.6"
[org.apache.myfaces.tobago/tobago-tool-apt "2.0.6"]