GroupId | GroupIdio.github.henryssondaniel.teacup |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
core-1.1.0.pom | |
core-1.1.0.jar | 87 KB |
core-1.1.0-sources.jar | 57 KB |
core-1.1.0-javadoc.jar | 658 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.henryssondaniel.teacup/core/ -->
<dependency>
<groupId>io.github.henryssondaniel.teacup</groupId>
<artifactId>core</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.henryssondaniel.teacup/core/
implementation 'io.github.henryssondaniel.teacup:core:1.1.0'
// https://jarcasting.com/artifacts/io.github.henryssondaniel.teacup/core/
implementation ("io.github.henryssondaniel.teacup:core:1.1.0")
'io.github.henryssondaniel.teacup:core:jar:1.1.0'
<dependency org="io.github.henryssondaniel.teacup" name="core" rev="1.1.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.henryssondaniel.teacup', module='core', version='1.1.0')
)
libraryDependencies += "io.github.henryssondaniel.teacup" % "core" % "1.1.0"
[io.github.henryssondaniel.teacup/core "1.1.0"]