GroupId | GroupIdcom.github.swiftech |
---|---|
ArtifactId | ArtifactIdswiftboot-fileconvert |
Version | Version1.0.14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.swiftech/swiftboot-fileconvert/ -->
<dependency>
<groupId>com.github.swiftech</groupId>
<artifactId>swiftboot-fileconvert</artifactId>
<version>1.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.swiftech/swiftboot-fileconvert/
implementation 'com.github.swiftech:swiftboot-fileconvert:1.0.14'
// https://jarcasting.com/artifacts/com.github.swiftech/swiftboot-fileconvert/
implementation ("com.github.swiftech:swiftboot-fileconvert:1.0.14")
'com.github.swiftech:swiftboot-fileconvert:jar:1.0.14'
<dependency org="com.github.swiftech" name="swiftboot-fileconvert" rev="1.0.14">
<artifact name="swiftboot-fileconvert" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.swiftech', module='swiftboot-fileconvert', version='1.0.14')
)
libraryDependencies += "com.github.swiftech" % "swiftboot-fileconvert" % "1.0.14"
[com.github.swiftech/swiftboot-fileconvert "1.0.14"]