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