GroupId | GroupIdio.github.theangrydev |
---|---|
ArtifactId | ArtifactIdsingleton-enforcer |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
singleton-enforcer-1.0.0.pom | |
singleton-enforcer-1.0.0.jar | 10 KB |
singleton-enforcer-1.0.0-sources.jar | 3 KB |
singleton-enforcer-1.0.0-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.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"]