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