{"id":19591558,"url":"https://github.com/bitplan/com.bitplan.rest.freemarker","last_synced_at":"2025-07-08T10:40:12.097Z","repository":{"id":26087319,"uuid":"29531314","full_name":"BITPlan/com.bitplan.rest.freemarker","owner":"BITPlan","description":"Freemarker Template Utility","archived":false,"fork":false,"pushed_at":"2020-10-25T08:09:16.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-26T13:47:47.979Z","etag":null,"topics":["freemarker"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BITPlan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-20T13:35:30.000Z","updated_at":"2020-10-25T08:09:19.000Z","dependencies_parsed_at":"2022-08-25T01:30:42.053Z","dependency_job_id":null,"html_url":"https://github.com/BITPlan/com.bitplan.rest.freemarker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BITPlan/com.bitplan.rest.freemarker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BITPlan%2Fcom.bitplan.rest.freemarker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BITPlan%2Fcom.bitplan.rest.freemarker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BITPlan%2Fcom.bitplan.rest.freemarker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BITPlan%2Fcom.bitplan.rest.freemarker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BITPlan","download_url":"https://codeload.github.com/BITPlan/com.bitplan.rest.freemarker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BITPlan%2Fcom.bitplan.rest.freemarker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264252274,"owners_count":23579835,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["freemarker"],"created_at":"2024-11-11T08:29:34.114Z","updated_at":"2025-07-08T10:40:12.040Z","avatar_url":"https://github.com/BITPlan.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"### com.bitplan.rest.freemarker\n[Freemarker (http://freemarker.org/) support for BITPlan RESTful applications](http://www.bitplan.com/Freemarker) \n\n[![Travis (.org)](https://img.shields.io/travis/BITPlan/com.bitplan.rest.freemarker.svg)](https://travis-ci.org/BITPlan/com.bitplan.rest.freemarker)\n[![Maven Central](https://img.shields.io/maven-central/v/com.bitplan/com.bitplan.rest.freemarker.svg)](https://search.maven.org/artifact/com.bitplan/com.bitplan.rest.freemarker/0.0.2/jar)\n[![GitHub issues](https://img.shields.io/github/issues/BITPlan/com.bitplan.rest.freemarker.svg)](https://github.com/BITPlan/com.bitplan.rest.freemarker/issues)\n[![GitHub issues](https://img.shields.io/github/issues-closed/BITPlan/com.bitplan.rest.freemarker.svg)](https://github.com/BITPlan/com.bitplan.rest.freemarker/issues/?q=is%3Aissue+is%3Aclosed)\n[![GitHub](https://img.shields.io/github/license/BITPlan/com.bitplan.rest.freemarker.svg)](https://www.apache.org/licenses/LICENSE-2.0)\n[![BITPlan](http://wiki.bitplan.com/images/wiki/thumb/3/38/BITPlanLogoFontLessTransparent.png/198px-BITPlanLogoFontLessTransparent.png)](http://www.bitplan.com)\n\n### Documentation\n* [Wiki](http://www.bitplan.com/Freemarker)\n* [com.bitplan.rest.freemarker Project pages](https://BITPlan.github.io/com.bitplan.rest.freemarker)\n* [Javadoc](https://BITPlan.github.io/com.bitplan.rest.freemarker/apidocs/index.html)\n* [Test-Report](https://BITPlan.github.io/com.bitplan.rest.freemarker/surefire-report.html)\n### Maven dependency\n\nMaven dependency\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.bitplan\u003c/groupId\u003e\n  \u003cartifactId\u003ecom.bitplan.rest.freemarker\u003c/artifactId\u003e\n  \u003cversion\u003e0.0.2\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n[Current release at repo1.maven.org](http://repo1.maven.org/maven2/com/bitplan/com.bitplan.rest.freemarker/0.0.2/)\n\n### How to build\n```\ngit clone https://github.com/BITPlan/com.bitplan.rest.freemarker\ncd com.bitplan.rest.freemarker\nmvn install\n```\n### Motivation\nThis is Freemarker Template Configuration Utility - allows to mix templates in classpath and from filepaths - sets some predefinitions and has a processTemplate function that simplifies the call of freemarker\n## Version history\n* 0.0.1: 2015-01-20 First release via GitHub / Maven central\n* 0.0.2: 2018-08-23 Upgrades to Java 8 and user com.bitplan.pom parent\n* 0.0.3: 2019-02-26 Sticks to Java 8 and fixes hamcrest dependency\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitplan%2Fcom.bitplan.rest.freemarker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitplan%2Fcom.bitplan.rest.freemarker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitplan%2Fcom.bitplan.rest.freemarker/lists"}