GroupId | GroupIdcom.github.sdorra |
---|---|
ArtifactId | ArtifactIdspotter-core |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
spotter-core-2.1.1.pom | |
spotter-core-2.1.1.jar | 73 KB |
spotter-core-2.1.1-sources.jar | 46 KB |
spotter-core-2.1.1-javadoc.jar | 146 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sdorra/spotter-core/ -->
<dependency>
<groupId>com.github.sdorra</groupId>
<artifactId>spotter-core</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sdorra/spotter-core/
implementation 'com.github.sdorra:spotter-core:2.1.1'
// https://jarcasting.com/artifacts/com.github.sdorra/spotter-core/
implementation ("com.github.sdorra:spotter-core:2.1.1")
'com.github.sdorra:spotter-core:jar:2.1.1'
<dependency org="com.github.sdorra" name="spotter-core" rev="2.1.1">
<artifact name="spotter-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sdorra', module='spotter-core', version='2.1.1')
)
libraryDependencies += "com.github.sdorra" % "spotter-core" % "2.1.1"
[com.github.sdorra/spotter-core "2.1.1"]