License |
License |
---|---|
GroupId | GroupIdio.github.theangrydev |
ArtifactId | ArtifactIdsingleton-enforcer |
Version | Version2.1.0 |
Type | Typejar |
Description |
Descriptionsingleton-enforcer
Enforce singletons really are singletons!
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
singleton-enforcer-2.1.0.pom | |
singleton-enforcer-2.1.0.jar | 14 KB |
singleton-enforcer-2.1.0-sources.jar | 7 KB |
singleton-enforcer-2.1.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.theangrydev/singleton-enforcer/ -->
<dependency>
<groupId>io.github.theangrydev</groupId>
<artifactId>singleton-enforcer</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.theangrydev/singleton-enforcer/
implementation 'io.github.theangrydev:singleton-enforcer:2.1.0'
// https://jarcasting.com/artifacts/io.github.theangrydev/singleton-enforcer/
implementation ("io.github.theangrydev:singleton-enforcer:2.1.0")
'io.github.theangrydev:singleton-enforcer:jar:2.1.0'
<dependency org="io.github.theangrydev" name="singleton-enforcer" rev="2.1.0">
<artifact name="singleton-enforcer" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.theangrydev', module='singleton-enforcer', version='2.1.0')
)
libraryDependencies += "io.github.theangrydev" % "singleton-enforcer" % "2.1.0"
[io.github.theangrydev/singleton-enforcer "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
net.bytebuddy : byte-buddy | jar | 1.4.8 |
net.bytebuddy : byte-buddy-agent | jar | 1.4.8 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.3.0 |