GroupId | GroupIdcom.github.teakfly |
---|---|
ArtifactId | ArtifactIdteafly |
Version | Version1.0.38 |
Type | Typepom |
Filename | Size |
---|---|
teafly-1.0.38.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.teakfly/teafly/ -->
<dependency>
<groupId>com.github.teakfly</groupId>
<artifactId>teafly</artifactId>
<version>1.0.38</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.teakfly/teafly/
implementation 'com.github.teakfly:teafly:1.0.38'
// https://jarcasting.com/artifacts/com.github.teakfly/teafly/
implementation ("com.github.teakfly:teafly:1.0.38")
'com.github.teakfly:teafly:pom:1.0.38'
<dependency org="com.github.teakfly" name="teafly" rev="1.0.38">
<artifact name="teafly" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.teakfly', module='teafly', version='1.0.38')
)
libraryDependencies += "com.github.teakfly" % "teafly" % "1.0.38"
[com.github.teakfly/teafly "1.0.38"]