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