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