is not current version
Last Version 2.1.0

io.github.theangrydev:singleton-enforcer 1.0.0

Enforce singletons really are singletons!

GroupId

GroupId

io.github.theangrydev
ArtifactId

ArtifactId

singleton-enforcer
Version

Version

1.0.0
Type

Type

jar

Download singleton-enforcer 1.0.0


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