GroupId | GroupIdcom.github.sdorra |
---|---|
ArtifactId | ArtifactIdspotter |
Version | Version2.1.0 |
Type | Typepom |
Filename | Size |
---|---|
spotter-2.1.0.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sdorra/spotter/ -->
<dependency>
<groupId>com.github.sdorra</groupId>
<artifactId>spotter</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sdorra/spotter/
implementation 'com.github.sdorra:spotter:2.1.0'
// https://jarcasting.com/artifacts/com.github.sdorra/spotter/
implementation ("com.github.sdorra:spotter:2.1.0")
'com.github.sdorra:spotter:pom:2.1.0'
<dependency org="com.github.sdorra" name="spotter" rev="2.1.0">
<artifact name="spotter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sdorra', module='spotter', version='2.1.0')
)
libraryDependencies += "com.github.sdorra" % "spotter" % "2.1.0"
[com.github.sdorra/spotter "2.1.0"]