GroupId | GroupIdcom.github.simondan.ojcms.server |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version0.4-beta |
Type | Typejar |
Filename | Size |
---|---|
common-0.4-beta.pom | |
common-0.4-beta.jar | 10 KB |
common-0.4-beta-sources.jar | 7 KB |
common-0.4-beta-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.simondan.ojcms.server/common/ -->
<dependency>
<groupId>com.github.simondan.ojcms.server</groupId>
<artifactId>common</artifactId>
<version>0.4-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.simondan.ojcms.server/common/
implementation 'com.github.simondan.ojcms.server:common:0.4-beta'
// https://jarcasting.com/artifacts/com.github.simondan.ojcms.server/common/
implementation ("com.github.simondan.ojcms.server:common:0.4-beta")
'com.github.simondan.ojcms.server:common:jar:0.4-beta'
<dependency org="com.github.simondan.ojcms.server" name="common" rev="0.4-beta">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.simondan.ojcms.server', module='common', version='0.4-beta')
)
libraryDependencies += "com.github.simondan.ojcms.server" % "common" % "0.4-beta"
[com.github.simondan.ojcms.server/common "0.4-beta"]