Denpasar Restaurants

Advertising Jawa Timur | Tata Bejana e-mail: info@tatabejana-advertising.com

Café Warung Taji

Posted at February 27, 2015 | By : | Categories : Denpasar Restaurants | 0 Comment
Café Warung Taji is an excellent choice for both Japanese and Italian cuisine. Its 28-centimetre stuffed baguette is quite exceptional and some sandwiches are made Japanese style. Its recommended pizzas are all homemade, with two types of wheat baked thin and crusty, and you can also have the toppings of your own choice. Free Wi-Fi connection is available here.

  • Opening Hours: 11:00- 23:00
  • Location: Jalan Hayam Wuruk no. 185
  • Price Range: Affordable

taji250

buildscript { repositories { // Check that you have the following line (if not, add it): google() // Google's Maven repository } dependencies { ... // Add this line classpath 'com.google.gms:google-services:4.3.2' ... } } allprojects { ... repositories { // Check that you have the following line (if not, add it): google() // Google's Maven repository } } apply plugin: 'com.android.application' // Add this line apply plugin: 'com.google.gms.google-services' dependencies { // add the Firebase SDK for Google Analytics implementation 'com.google.firebase:firebase-analytics:17.2.0' // add SDKs for any other desired Firebase products // https://firebase.google.com/docs/android/setup#available-libraries }