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