License |
License |
---|---|
GroupId | GroupIdso.dang.cool |
ArtifactId | ArtifactIdsingleton |
Last Version | Last Version3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsingleton
A simple singleton interface.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
singleton-3.pom | |
singleton-3.jar | 5 KB |
singleton-3-sources.jar | 5 KB |
singleton-3-javadoc.jar | 391 KB |
Browse |
<!-- https://jarcasting.com/artifacts/so.dang.cool/singleton/ -->
<dependency>
<groupId>so.dang.cool</groupId>
<artifactId>singleton</artifactId>
<version>3</version>
</dependency>
// https://jarcasting.com/artifacts/so.dang.cool/singleton/
implementation 'so.dang.cool:singleton:3'
// https://jarcasting.com/artifacts/so.dang.cool/singleton/
implementation ("so.dang.cool:singleton:3")
'so.dang.cool:singleton:jar:3'
<dependency org="so.dang.cool" name="singleton" rev="3">
<artifact name="singleton" type="jar" />
</dependency>
@Grapes(
@Grab(group='so.dang.cool', module='singleton', version='3')
)
libraryDependencies += "so.dang.cool" % "singleton" % "3"
[so.dang.cool/singleton "3"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.1 |