is not current version
Last Version 3.2.10

com.speedment.common:common-all 1.0.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

1.0.3
Type

Type

pom

Download common-all 1.0.3

Filename Size
common-all-1.0.3.pom 4 KB
Browse

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