MVN

io.github.software-hardware-codesign : jector

Maven & Gradle

Jul 26, 2023
3 stars

The Jector Framework · A Dependency Injection framework designed for JVM and Android applications with an Open-Ended API and Submit-Callback features.

<dependency>
    <groupId>io.github.software-hardware-codesign</groupId>
    <artifactId>jector</artifactId>
    <version>incubator</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.software-hardware-codesign : jector to add to Maven or Gradle - Latest Versions:

  • Latest Stable: incubator

All Versions

Choose a version of io.github.software-hardware-codesign : jector to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
incubator
jector-incubator

How to add a dependency to Maven

Add the following io.github.software-hardware-codesign : jector maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.software-hardware-codesign</groupId>
    <artifactId>jector</artifactId>
    <version>incubator</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.software-hardware-codesign : jector gradle dependency to your build.gradle file:

implementation 'io.github.software-hardware-codesign:jector:incubator'

Gradle Kotlin DSL: Add the following io.github.software-hardware-codesign : jector gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.software-hardware-codesign:jector:incubator")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.software-hardware-codesign : jector sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.software-hardware-codesign" % "jector" % "incubator"