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