{"id":23095048,"url":"https://github.com/microbean/microbean-launcher","last_synced_at":"2025-04-03T19:26:14.806Z","repository":{"id":80768404,"uuid":"87151959","full_name":"microbean/microbean-launcher","owner":"microbean","description":"A Java program and CDI extension that assembles a classpath from a list of user-supplied Maven-style artifact coordinates and runs a CDI 2.0 container with that classpath.","archived":false,"fork":false,"pushed_at":"2018-03-03T15:10:56.000Z","size":570,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T17:04:02.582Z","etag":null,"topics":["cdi","cdi-application","cdi-extension","java","java-library","main","maven","microbean"],"latest_commit_sha":null,"homepage":"https://microbean.github.io/microbean-launcher/","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/microbean.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-04T05:41:20.000Z","updated_at":"2018-03-02T23:22:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"e2728d63-1308-4f86-bb36-d12107380586","html_url":"https://github.com/microbean/microbean-launcher","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microbean%2Fmicrobean-launcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microbean%2Fmicrobean-launcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microbean%2Fmicrobean-launcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microbean%2Fmicrobean-launcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microbean","download_url":"https://codeload.github.com/microbean/microbean-launcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247063841,"owners_count":20877512,"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":["cdi","cdi-application","cdi-extension","java","java-library","main","maven","microbean"],"created_at":"2024-12-16T22:19:20.182Z","updated_at":"2025-04-03T19:26:14.800Z","avatar_url":"https://github.com/microbean.png","language":"Java","readme":"# microBean Launcher\n\n[![Build Status](https://travis-ci.org/microbean/microbean-launcher.svg?branch=master)](https://travis-ci.org/microbean/microbean-launcher)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.microbean/microbean-launcher/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.microbean/microbean-launcher)\n\nThe microBean Launcher project enables the composition of a CDI\napplication by (a) providing a `main` method and (b) supporting an\neffective classpath consisting of Maven-style artifact coordinates.\n\nGiven such an environment, a CDI application can be composed out of\nits Maven-repository-addressable constituent parts by simply\nspecifying them on the command line.\n\n## Command Line\n\nTo run a CDI SE application from the command line, ensure that this\nproject and its runtime dependencies are present on your classpath,\nand then type:\n\n    java org.microbean.launcher.main.Main --artifact-path com.foobar:foobar-frobnicator:1.0 com.bizbaw:bizbaw-caturgiator:2.0\n    \n\u0026hellip;where `com.foobar` and `com.bizbaw` are Maven-style group\nidentifiers, and `foobar-frobnicator` and `bizbaw-caturgiator` are\nMaven-style artifact identifiers, and `1.0` and `2.0` are Maven-style\nversion identifiers.\n\nThe end result will be that these dependencies will be [resolved][0]\nto the local filesystem using\nthe [Maven Artifact Resolver componentry][1], and their local\nfilesystem representations will be assembled into a classpath.\n\nObviously, if the artifacts in question already exist in the local\nMaven repository, then no resolution will take place.\n\nOnce the classpath has been thus established, the [microBean Main][2]\nproject's `Main` class' [`main` method][3] will be invoked with that\nclasspath.\n\n[0]: https://maven.apache.org/components/resolver/maven-resolver-api/apidocs/org/eclipse/aether/RepositorySystem.html#resolveDependencies(org.eclipse.aether.RepositorySystemSession,%20org.eclipse.aether.resolution.DependencyRequest)\n[1]: https://maven.apache.org/components/resolver/maven-resolver-api/apidocs/\n[2]: https://microbean.github.io/microbean-main/\n[3]: https://microbean.github.io/microbean-main/apidocs/org/microbean/main/Main.html#main-javax.enterprise.inject.se.SeContainerInitializer-java.lang.String:A-\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrobean%2Fmicrobean-launcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrobean%2Fmicrobean-launcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrobean%2Fmicrobean-launcher/lists"}