is not current version
Last Version 2.1.0

io.github.theangrydev:singleton-enforcer 1.0.1

Enforce singletons really are singletons!

GroupId

GroupId

io.github.theangrydev
ArtifactId

ArtifactId

singleton-enforcer
Version

Version

1.0.1
Type

Type

jar

Download singleton-enforcer 1.0.1


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