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