GroupId | GroupIdio.github.theangrydev |
---|---|
ArtifactId | ArtifactIdsingleton-enforcer |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
singleton-enforcer-1.0.1.pom | |
singleton-enforcer-1.0.1.jar | 10 KB |
singleton-enforcer-1.0.1-sources.jar | 3 KB |
singleton-enforcer-1.0.1-javadoc.jar | 28 KB |
Browse |
<!-- 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"]