is not current version
Last Version 3.0.2

io.github.factoryfx:factory 2.1.2

factoryfx dependency injection framework

GroupId

GroupId

io.github.factoryfx
ArtifactId

ArtifactId

factory
Version

Version

2.1.2
Type

Type

jar

Download factory 2.1.2


<!-- https://jarcasting.com/artifacts/io.github.factoryfx/factory/ -->
<dependency>
    <groupId>io.github.factoryfx</groupId>
    <artifactId>factory</artifactId>
    <version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.factoryfx/factory/
implementation 'io.github.factoryfx:factory:2.1.2'
// https://jarcasting.com/artifacts/io.github.factoryfx/factory/
implementation ("io.github.factoryfx:factory:2.1.2")
'io.github.factoryfx:factory:jar:2.1.2'
<dependency org="io.github.factoryfx" name="factory" rev="2.1.2">
  <artifact name="factory" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.factoryfx', module='factory', version='2.1.2')
)
libraryDependencies += "io.github.factoryfx" % "factory" % "2.1.2"
[io.github.factoryfx/factory "2.1.2"]