| GroupId | GroupIdorg.apache.myfaces.tobago | 
    
|---|---|
| ArtifactId | ArtifactIdtobago-tool-apt | 
    
| Version | Version1.5.0-beta-1 | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| tobago-tool-apt-1.5.0-beta-1.pom | |
| tobago-tool-apt-1.5.0-beta-1.jar | 101 KB | 
| tobago-tool-apt-1.5.0-beta-1-sources.jar | 74 KB | 
| tobago-tool-apt-1.5.0-beta-1-javadoc.jar | 256 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>1.5.0-beta-1</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-tool-apt/
implementation 'org.apache.myfaces.tobago:tobago-tool-apt:1.5.0-beta-1'
                // https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-tool-apt/
implementation ("org.apache.myfaces.tobago:tobago-tool-apt:1.5.0-beta-1")
                'org.apache.myfaces.tobago:tobago-tool-apt:jar:1.5.0-beta-1'
                <dependency org="org.apache.myfaces.tobago" name="tobago-tool-apt" rev="1.5.0-beta-1">
  <artifact name="tobago-tool-apt" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.myfaces.tobago', module='tobago-tool-apt', version='1.5.0-beta-1')
)
                libraryDependencies += "org.apache.myfaces.tobago" % "tobago-tool-apt" % "1.5.0-beta-1"
                [org.apache.myfaces.tobago/tobago-tool-apt "1.5.0-beta-1"]