is not current version
Last Version 3

so.dang.cool:singleton 1

A simple singleton interface.

GroupId

GroupId

so.dang.cool
ArtifactId

ArtifactId

singleton
Version

Version

1
Type

Type

jar

Download singleton 1


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