| GroupId | GroupIdorg.objectweb.petals |
|---|---|
| ArtifactId | ArtifactIdpetals-bc-filetransfer |
| Version | Version1.4 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.objectweb.petals/petals-bc-filetransfer/ -->
<dependency>
<groupId>org.objectweb.petals</groupId>
<artifactId>petals-bc-filetransfer</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-bc-filetransfer/
implementation 'org.objectweb.petals:petals-bc-filetransfer:1.4'
// https://jarcasting.com/artifacts/org.objectweb.petals/petals-bc-filetransfer/
implementation ("org.objectweb.petals:petals-bc-filetransfer:1.4")
'org.objectweb.petals:petals-bc-filetransfer:jar:1.4'
<dependency org="org.objectweb.petals" name="petals-bc-filetransfer" rev="1.4">
<artifact name="petals-bc-filetransfer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.petals', module='petals-bc-filetransfer', version='1.4')
)
libraryDependencies += "org.objectweb.petals" % "petals-bc-filetransfer" % "1.4"
[org.objectweb.petals/petals-bc-filetransfer "1.4"]