GroupId | GroupIdcom.github.simondan.ojcms |
---|---|
ArtifactId | ArtifactIdojcms-beans |
Version | Version0.2-beta |
Type | Typejar |
Filename | Size |
---|---|
ojcms-beans-0.2-beta.pom | |
ojcms-beans-0.2-beta.jar | 21 KB |
ojcms-beans-0.2-beta-sources.jar | 13 KB |
ojcms-beans-0.2-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.2-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.simondan.ojcms/ojcms-beans/
implementation 'com.github.simondan.ojcms:ojcms-beans:0.2-beta'
// https://jarcasting.com/artifacts/com.github.simondan.ojcms/ojcms-beans/
implementation ("com.github.simondan.ojcms:ojcms-beans:0.2-beta")
'com.github.simondan.ojcms:ojcms-beans:jar:0.2-beta'
<dependency org="com.github.simondan.ojcms" name="ojcms-beans" rev="0.2-beta">
<artifact name="ojcms-beans" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.simondan.ojcms', module='ojcms-beans', version='0.2-beta')
)
libraryDependencies += "com.github.simondan.ojcms" % "ojcms-beans" % "0.2-beta"
[com.github.simondan.ojcms/ojcms-beans "0.2-beta"]