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