GroupId | GroupIdorg.apache.myfaces.tobago |
---|---|
ArtifactId | ArtifactIdtobago-core |
Version | Version1.0.41 |
Type | Typejar |
Filename | Size |
---|---|
tobago-core-1.0.41.pom | |
tobago-core-1.0.41.jar | 642 KB |
tobago-core-1.0.41-tlddoc.jar | 209 KB |
tobago-core-1.0.41-tests.jar | 77 KB |
tobago-core-1.0.41-sources.jar | 632 KB |
tobago-core-1.0.41-jdk14retro.jar | 663 KB |
tobago-core-1.0.41-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-core/ -->
<dependency>
<groupId>org.apache.myfaces.tobago</groupId>
<artifactId>tobago-core</artifactId>
<version>1.0.41</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-core/
implementation 'org.apache.myfaces.tobago:tobago-core:1.0.41'
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-core/
implementation ("org.apache.myfaces.tobago:tobago-core:1.0.41")
'org.apache.myfaces.tobago:tobago-core:jar:1.0.41'
<dependency org="org.apache.myfaces.tobago" name="tobago-core" rev="1.0.41">
<artifact name="tobago-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.tobago', module='tobago-core', version='1.0.41')
)
libraryDependencies += "org.apache.myfaces.tobago" % "tobago-core" % "1.0.41"
[org.apache.myfaces.tobago/tobago-core "1.0.41"]