GroupId | GroupIdio.github.henryssondaniel.teacup |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
core-1.1.2.pom | |
core-1.1.2.jar | 87 KB |
core-1.1.2-sources.jar | 57 KB |
core-1.1.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.henryssondaniel.teacup/core/
implementation 'io.github.henryssondaniel.teacup:core:1.1.2'
// https://jarcasting.com/artifacts/io.github.henryssondaniel.teacup/core/
implementation ("io.github.henryssondaniel.teacup:core:1.1.2")
'io.github.henryssondaniel.teacup:core:jar:1.1.2'
<dependency org="io.github.henryssondaniel.teacup" name="core" rev="1.1.2">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.henryssondaniel.teacup', module='core', version='1.1.2')
)
libraryDependencies += "io.github.henryssondaniel.teacup" % "core" % "1.1.2"
[io.github.henryssondaniel.teacup/core "1.1.2"]