Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.momomo |
ArtifactId | ArtifactIdmomomo.com.platform.db.base.jpa.session.with.postgres |
Version | Version5.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.momomo/momomo.com.platform.db.base.jpa.session.with.postgres/ -->
<dependency>
<groupId>com.momomo</groupId>
<artifactId>momomo.com.platform.db.base.jpa.session.with.postgres</artifactId>
<version>5.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.momomo/momomo.com.platform.db.base.jpa.session.with.postgres/
implementation 'com.momomo:momomo.com.platform.db.base.jpa.session.with.postgres:5.0.1'
// https://jarcasting.com/artifacts/com.momomo/momomo.com.platform.db.base.jpa.session.with.postgres/
implementation ("com.momomo:momomo.com.platform.db.base.jpa.session.with.postgres:5.0.1")
'com.momomo:momomo.com.platform.db.base.jpa.session.with.postgres:jar:5.0.1'
<dependency org="com.momomo" name="momomo.com.platform.db.base.jpa.session.with.postgres" rev="5.0.1">
<artifact name="momomo.com.platform.db.base.jpa.session.with.postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.momomo', module='momomo.com.platform.db.base.jpa.session.with.postgres', version='5.0.1')
)
libraryDependencies += "com.momomo" % "momomo.com.platform.db.base.jpa.session.with.postgres" % "5.0.1"
[com.momomo/momomo.com.platform.db.base.jpa.session.with.postgres "5.0.1"]