is not current version
Last Version 3.2.10

com.speedment.common:common-all 3.1.3

A combined pom artifact to make it easier to depend on the latest version of all common modules.

Categories

Categories

Speedment Data Databases
GroupId

GroupId

com.speedment.common
ArtifactId

ArtifactId

common-all
Version

Version

3.1.3
Type

Type

pom

Download common-all 3.1.3

Filename Size
common-all-3.1.3.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/com.speedment.common/common-all/ -->
<dependency>
    <groupId>com.speedment.common</groupId>
    <artifactId>common-all</artifactId>
    <version>3.1.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.speedment.common/common-all/
implementation 'com.speedment.common:common-all:3.1.3'
// https://jarcasting.com/artifacts/com.speedment.common/common-all/
implementation ("com.speedment.common:common-all:3.1.3")
'com.speedment.common:common-all:pom:3.1.3'
<dependency org="com.speedment.common" name="common-all" rev="3.1.3">
  <artifact name="common-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.speedment.common', module='common-all', version='3.1.3')
)
libraryDependencies += "com.speedment.common" % "common-all" % "3.1.3"
[com.speedment.common/common-all "3.1.3"]