| GroupId | GroupIdorg.apache.myfaces.tobago | 
    
|---|---|
| ArtifactId | ArtifactIdtobago-tool-apt | 
    
| Version | Version1.5.0-alpha-2 | 
        
| 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>1.5.0-alpha-2</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-tool-apt/
implementation 'org.apache.myfaces.tobago:tobago-tool-apt:1.5.0-alpha-2'
                // https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-tool-apt/
implementation ("org.apache.myfaces.tobago:tobago-tool-apt:1.5.0-alpha-2")
                'org.apache.myfaces.tobago:tobago-tool-apt:jar:1.5.0-alpha-2'
                <dependency org="org.apache.myfaces.tobago" name="tobago-tool-apt" rev="1.5.0-alpha-2">
  <artifact name="tobago-tool-apt" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.myfaces.tobago', module='tobago-tool-apt', version='1.5.0-alpha-2')
)
                libraryDependencies += "org.apache.myfaces.tobago" % "tobago-tool-apt" % "1.5.0-alpha-2"
                [org.apache.myfaces.tobago/tobago-tool-apt "1.5.0-alpha-2"]