Categories |
CategoriesIDE Development Tools Data CLI User Interface |
---|---|
GroupId | GroupIdno.ssb.rawdata |
ArtifactId | ArtifactIdrawdata-client-storage-provider-local-filesystem |
Version | Version0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/no.ssb.rawdata/rawdata-client-storage-provider-local-filesystem/ -->
<dependency>
<groupId>no.ssb.rawdata</groupId>
<artifactId>rawdata-client-storage-provider-local-filesystem</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/no.ssb.rawdata/rawdata-client-storage-provider-local-filesystem/
implementation 'no.ssb.rawdata:rawdata-client-storage-provider-local-filesystem:0.4'
// https://jarcasting.com/artifacts/no.ssb.rawdata/rawdata-client-storage-provider-local-filesystem/
implementation ("no.ssb.rawdata:rawdata-client-storage-provider-local-filesystem:0.4")
'no.ssb.rawdata:rawdata-client-storage-provider-local-filesystem:jar:0.4'
<dependency org="no.ssb.rawdata" name="rawdata-client-storage-provider-local-filesystem" rev="0.4">
<artifact name="rawdata-client-storage-provider-local-filesystem" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.ssb.rawdata', module='rawdata-client-storage-provider-local-filesystem', version='0.4')
)
libraryDependencies += "no.ssb.rawdata" % "rawdata-client-storage-provider-local-filesystem" % "0.4"
[no.ssb.rawdata/rawdata-client-storage-provider-local-filesystem "0.4"]