| GroupId | GroupIdcom.gomyck |
|---|---|
| ArtifactId | ArtifactIdgomyck-fastdfs |
| Version | Version1.0.2-Release |
| Type | Typepom |
| Filename | Size |
|---|---|
| gomyck-fastdfs-1.0.2-Release.pom | 670 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gomyck/gomyck-fastdfs/ -->
<dependency>
<groupId>com.gomyck</groupId>
<artifactId>gomyck-fastdfs</artifactId>
<version>1.0.2-Release</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gomyck/gomyck-fastdfs/
implementation 'com.gomyck:gomyck-fastdfs:1.0.2-Release'
// https://jarcasting.com/artifacts/com.gomyck/gomyck-fastdfs/
implementation ("com.gomyck:gomyck-fastdfs:1.0.2-Release")
'com.gomyck:gomyck-fastdfs:pom:1.0.2-Release'
<dependency org="com.gomyck" name="gomyck-fastdfs" rev="1.0.2-Release">
<artifact name="gomyck-fastdfs" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gomyck', module='gomyck-fastdfs', version='1.0.2-Release')
)
libraryDependencies += "com.gomyck" % "gomyck-fastdfs" % "1.0.2-Release"
[com.gomyck/gomyck-fastdfs "1.0.2-Release"]