| GroupId | GroupIdso.dang.cool |
|---|---|
| ArtifactId | ArtifactIdsingleton |
| Version | Version2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| singleton-2.pom | |
| singleton-2.jar | 5 KB |
| singleton-2-sources.jar | 4 KB |
| singleton-2-javadoc.jar | 391 KB |
| Browse |
<!-- 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"]