GroupId | GroupIdcom.github.teakfly |
---|---|
ArtifactId | ArtifactIdteafly-common-core |
Version | Version1.0.43 |
Type | Typejar |
Filename | Size |
---|---|
teafly-common-core-1.0.43.pom | |
teafly-common-core-1.0.43-sources.jar | 146 bytes |
teafly-common-core-1.0.43-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.43</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.teakfly/teafly-common-core/
implementation 'com.github.teakfly:teafly-common-core:1.0.43'
// https://jarcasting.com/artifacts/com.github.teakfly/teafly-common-core/
implementation ("com.github.teakfly:teafly-common-core:1.0.43")
'com.github.teakfly:teafly-common-core:jar:1.0.43'
<dependency org="com.github.teakfly" name="teafly-common-core" rev="1.0.43">
<artifact name="teafly-common-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.teakfly', module='teafly-common-core', version='1.0.43')
)
libraryDependencies += "com.github.teakfly" % "teafly-common-core" % "1.0.43"
[com.github.teakfly/teafly-common-core "1.0.43"]