Download tobago-core-2.0.0-alpha-1.jar file - Jar t

Jar examples for t:tobago-core

Description

Tobago-core contains the basic application components without any special rendering or layout options. The rendering itself depends on the theme.

You can download jar file tobago-core 2.0.0-alpha-1 in this page.

License

Apache License

Build File

You can use the following script to add tobago-core-2.0.0-alpha-1.jar to your project.

<dependency>
   <groupId>org.apache.myfaces.tobago</groupId>
   <artifactId>tobago-core</artifactId>
   <version>2.0.0-alpha-1</version>
</dependency>
compile group: 'org.apache.myfaces.tobago', name: 'tobago-core', version: '2.0.0-alpha-1'
libraryDependencies += "org.apache.myfaces.tobago" % "tobago-core" % "2.0.0-alpha-1"
<dependency org="org.apache.myfaces.tobago" name="tobago-core" rev="2.0.0-alpha-1"/>
@Grapes(@Grab(group='org.apache.myfaces.tobago', module='tobago-core', version='2.0.0-alpha-1'))
'org.apache.myfaces.tobago:tobago-core:jar:2.0.0-alpha-1'

Download

Click the following link to download the jar file.

tobago-core-2.0.0-alpha-1-javadoc.jar
tobago-core-2.0.0-alpha-1-sources.jar
tobago-core-2.0.0-alpha-1-tests.jar
tobago-core-2.0.0-alpha-1-tlddoc.jar
tobago-core-2.0.0-alpha-1.jar
tobago-core-2.0.0-alpha-1.pom



Related Tutorials