GroupId | GroupIdorg.apache.myfaces.tobago |
---|---|
ArtifactId | ArtifactIdtobago-example-blank |
Version | Version2.0.5 |
Type | Typewar |
Filename | Size |
---|---|
tobago-example-blank-2.0.5.pom | |
tobago-example-blank-2.0.5.war | 6 MB |
tobago-example-blank-2.0.5-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.0.5</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.0.5'
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-example-blank/
implementation ("org.apache.myfaces.tobago:tobago-example-blank:2.0.5")
'org.apache.myfaces.tobago:tobago-example-blank:war:2.0.5'
<dependency org="org.apache.myfaces.tobago" name="tobago-example-blank" rev="2.0.5">
<artifact name="tobago-example-blank" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.tobago', module='tobago-example-blank', version='2.0.5')
)
libraryDependencies += "org.apache.myfaces.tobago" % "tobago-example-blank" % "2.0.5"
[org.apache.myfaces.tobago/tobago-example-blank "2.0.5"]