GroupId | GroupIdio.github.theangrydev |
---|---|
ArtifactId | ArtifactIdsingleton-enforcer |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
singleton-enforcer-2.0.1.pom | |
singleton-enforcer-2.0.1.jar | 12 KB |
singleton-enforcer-2.0.1-sources.jar | 5 KB |
singleton-enforcer-2.0.1-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.theangrydev/singleton-enforcer/ -->
<dependency>
<groupId>io.github.theangrydev</groupId>
<artifactId>singleton-enforcer</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.theangrydev/singleton-enforcer/
implementation 'io.github.theangrydev:singleton-enforcer:2.0.1'
// https://jarcasting.com/artifacts/io.github.theangrydev/singleton-enforcer/
implementation ("io.github.theangrydev:singleton-enforcer:2.0.1")
'io.github.theangrydev:singleton-enforcer:jar:2.0.1'
<dependency org="io.github.theangrydev" name="singleton-enforcer" rev="2.0.1">
<artifact name="singleton-enforcer" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.theangrydev', module='singleton-enforcer', version='2.0.1')
)
libraryDependencies += "io.github.theangrydev" % "singleton-enforcer" % "2.0.1"
[io.github.theangrydev/singleton-enforcer "2.0.1"]