is not current version
Last Version 0.4

com.github.simondan.ojcms.server:common 0.2-beta


GroupId

GroupId

com.github.simondan.ojcms.server
ArtifactId

ArtifactId

common
Version

Version

0.2-beta
Type

Type

jar

Download common 0.2-beta


<!-- https://jarcasting.com/artifacts/com.github.simondan.ojcms.server/common/ -->
<dependency>
    <groupId>com.github.simondan.ojcms.server</groupId>
    <artifactId>common</artifactId>
    <version>0.2-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.simondan.ojcms.server/common/
implementation 'com.github.simondan.ojcms.server:common:0.2-beta'
// https://jarcasting.com/artifacts/com.github.simondan.ojcms.server/common/
implementation ("com.github.simondan.ojcms.server:common:0.2-beta")
'com.github.simondan.ojcms.server:common:jar:0.2-beta'
<dependency org="com.github.simondan.ojcms.server" name="common" rev="0.2-beta">
  <artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.simondan.ojcms.server', module='common', version='0.2-beta')
)
libraryDependencies += "com.github.simondan.ojcms.server" % "common" % "0.2-beta"
[com.github.simondan.ojcms.server/common "0.2-beta"]