GroupId | GroupIdso.dang.cool |
---|---|
ArtifactId | ArtifactIdsingleton |
Version | Version1 |
Type | Typejar |
Filename | Size |
---|---|
singleton-1.pom | |
singleton-1.jar | 5 KB |
singleton-1-sources.jar | 3 KB |
singleton-1-javadoc.jar | 399 KB |
Browse |
<!-- 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"]