GroupId | GroupIdorg.apache.myfaces.tobago |
---|---|
ArtifactId | ArtifactIdtobago-tool |
Version | Version4.0.0 |
Type | Typepom |
Filename | Size |
---|---|
tobago-tool-4.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-tool/ -->
<dependency>
<groupId>org.apache.myfaces.tobago</groupId>
<artifactId>tobago-tool</artifactId>
<version>4.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-tool/
implementation 'org.apache.myfaces.tobago:tobago-tool:4.0.0'
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-tool/
implementation ("org.apache.myfaces.tobago:tobago-tool:4.0.0")
'org.apache.myfaces.tobago:tobago-tool:pom:4.0.0'
<dependency org="org.apache.myfaces.tobago" name="tobago-tool" rev="4.0.0">
<artifact name="tobago-tool" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.tobago', module='tobago-tool', version='4.0.0')
)
libraryDependencies += "org.apache.myfaces.tobago" % "tobago-tool" % "4.0.0"
[org.apache.myfaces.tobago/tobago-tool "4.0.0"]