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