GroupId | GroupIdat.stefangeyer.challonge |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
core-2.0.pom | |
core-2.0.jar | 88 KB |
core-2.0-sources.jar | 35 KB |
core-2.0-javadoc.jar | 660 KB |
Browse |
<!-- https://jarcasting.com/artifacts/at.stefangeyer.challonge/core/ -->
<dependency>
<groupId>at.stefangeyer.challonge</groupId>
<artifactId>core</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/at.stefangeyer.challonge/core/
implementation 'at.stefangeyer.challonge:core:2.0'
// https://jarcasting.com/artifacts/at.stefangeyer.challonge/core/
implementation ("at.stefangeyer.challonge:core:2.0")
'at.stefangeyer.challonge:core:jar:2.0'
<dependency org="at.stefangeyer.challonge" name="core" rev="2.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.stefangeyer.challonge', module='core', version='2.0')
)
libraryDependencies += "at.stefangeyer.challonge" % "core" % "2.0"
[at.stefangeyer.challonge/core "2.0"]