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