GroupId | GroupIdio.syndesis |
---|---|
ArtifactId | ArtifactIdfilestore |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
filestore-1.1.3.pom | |
filestore-1.1.3.jar | 12 KB |
filestore-1.1.3-tests.jar | 8 KB |
filestore-1.1.3-test-sources.jar | 4 KB |
filestore-1.1.3-sources.jar | 7 KB |
filestore-1.1.3-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.syndesis/filestore/ -->
<dependency>
<groupId>io.syndesis</groupId>
<artifactId>filestore</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.syndesis/filestore/
implementation 'io.syndesis:filestore:1.1.3'
// https://jarcasting.com/artifacts/io.syndesis/filestore/
implementation ("io.syndesis:filestore:1.1.3")
'io.syndesis:filestore:jar:1.1.3'
<dependency org="io.syndesis" name="filestore" rev="1.1.3">
<artifact name="filestore" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.syndesis', module='filestore', version='1.1.3')
)
libraryDependencies += "io.syndesis" % "filestore" % "1.1.3"
[io.syndesis/filestore "1.1.3"]