Files
coursera-ibm-java-developer…/settings.gradle

13 lines
430 B
Groovy
Raw Normal View History

2025-10-24 10:20:02 +02:00
rootProject.name = 'java-developer-course'
2025-10-25 19:09:18 +02:00
include 'PetCareScheduler'
2025-10-26 19:35:59 +01:00
include 'Portfolio'
2025-11-02 19:25:39 +01:00
include 'OnlineQuiz'
include 'RetailManagementSystem:back-end'
2025-11-03 17:32:20 +01:00
include 'RetailManagementSystem:front-end'
2025-11-03 18:27:23 +01:00
include 'InventoryManagementSystem'
2025-11-11 10:59:18 +01:00
include 'SmartClinicManagementSystem:app'
2025-11-11 16:56:46 +01:00
include 'SoftwareDevChatbot'
2025-11-11 18:37:14 +01:00
include 'RegressionPredictionLab'
2025-11-11 19:19:46 +01:00
include 'SentimentAnalysisLab'
2025-11-12 11:15:05 +01:00
include 'ImageRecognitionLab'
include 'CustomerSupportChatBot'