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