GroupId | GroupIdorg.apache.myfaces.tobago |
---|---|
ArtifactId | ArtifactIdtobago-example-blank |
Version | Version2.4.3 |
Type | Typewar |
Filename | Size |
---|---|
tobago-example-blank-2.4.3.pom | |
tobago-example-blank-2.4.3.war | 6 MB |
tobago-example-blank-2.4.3-sources.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-example-blank/ -->
<dependency>
<groupId>org.apache.myfaces.tobago</groupId>
<artifactId>tobago-example-blank</artifactId>
<version>2.4.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-example-blank/
implementation 'org.apache.myfaces.tobago:tobago-example-blank:2.4.3'
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-example-blank/
implementation ("org.apache.myfaces.tobago:tobago-example-blank:2.4.3")
'org.apache.myfaces.tobago:tobago-example-blank:war:2.4.3'
<dependency org="org.apache.myfaces.tobago" name="tobago-example-blank" rev="2.4.3">
<artifact name="tobago-example-blank" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.tobago', module='tobago-example-blank', version='2.4.3')
)
libraryDependencies += "org.apache.myfaces.tobago" % "tobago-example-blank" % "2.4.3"
[org.apache.myfaces.tobago/tobago-example-blank "2.4.3"]