Categories |
CategoriesSpeedment Data Databases |
---|---|
GroupId | GroupIdcom.speedment.common |
ArtifactId | ArtifactIdcommon-parent |
Version | Version3.1.13 |
Type | Typepom |
Filename | Size |
---|---|
common-parent-3.1.13.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.speedment.common/common-parent/ -->
<dependency>
<groupId>com.speedment.common</groupId>
<artifactId>common-parent</artifactId>
<version>3.1.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.speedment.common/common-parent/
implementation 'com.speedment.common:common-parent:3.1.13'
// https://jarcasting.com/artifacts/com.speedment.common/common-parent/
implementation ("com.speedment.common:common-parent:3.1.13")
'com.speedment.common:common-parent:pom:3.1.13'
<dependency org="com.speedment.common" name="common-parent" rev="3.1.13">
<artifact name="common-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.speedment.common', module='common-parent', version='3.1.13')
)
libraryDependencies += "com.speedment.common" % "common-parent" % "3.1.13"
[com.speedment.common/common-parent "3.1.13"]