is not current version
Last Version 3

so.dang.cool:singleton 2

A simple singleton interface.

GroupId

GroupId

so.dang.cool
ArtifactId

ArtifactId

singleton
Version

Version

2
Type

Type

jar

Download singleton 2


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