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