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