GroupId | GroupIdorg.openwms |
---|---|
ArtifactId | ArtifactIdorg.openwms.core.infrastructure.postgres |
Version | Version0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.openwms/org.openwms.core.infrastructure.postgres/ -->
<dependency>
<groupId>org.openwms</groupId>
<artifactId>org.openwms.core.infrastructure.postgres</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openwms/org.openwms.core.infrastructure.postgres/
implementation 'org.openwms:org.openwms.core.infrastructure.postgres:0.1'
// https://jarcasting.com/artifacts/org.openwms/org.openwms.core.infrastructure.postgres/
implementation ("org.openwms:org.openwms.core.infrastructure.postgres:0.1")
'org.openwms:org.openwms.core.infrastructure.postgres:jar:0.1'
<dependency org="org.openwms" name="org.openwms.core.infrastructure.postgres" rev="0.1">
<artifact name="org.openwms.core.infrastructure.postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openwms', module='org.openwms.core.infrastructure.postgres', version='0.1')
)
libraryDependencies += "org.openwms" % "org.openwms.core.infrastructure.postgres" % "0.1"
[org.openwms/org.openwms.core.infrastructure.postgres "0.1"]