License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.simondan.ojcms.server |
ArtifactId | ArtifactIddatabase |
Version | Version0.4 |
Type | Typejar |
Description |
Descriptionjava-framework for a serverside cms
|
Filename | Size |
---|---|
database-0.4.pom | |
database-0.4.jar | 20 KB |
database-0.4-sources.jar | 10 KB |
database-0.4-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.simondan.ojcms.server/database/ -->
<dependency>
<groupId>com.github.simondan.ojcms.server</groupId>
<artifactId>database</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.simondan.ojcms.server/database/
implementation 'com.github.simondan.ojcms.server:database:0.4'
// https://jarcasting.com/artifacts/com.github.simondan.ojcms.server/database/
implementation ("com.github.simondan.ojcms.server:database:0.4")
'com.github.simondan.ojcms.server:database:jar:0.4'
<dependency org="com.github.simondan.ojcms.server" name="database" rev="0.4">
<artifact name="database" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.simondan.ojcms.server', module='database', version='0.4')
)
libraryDependencies += "com.github.simondan.ojcms.server" % "database" % "0.4"
[com.github.simondan.ojcms.server/database "0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.github.simondan.ojcms.server : common | jar | 0.4 |
org.mongodb : mongo-java-driver | jar | 3.4.2 |
de.flapdoodle.embed : de.flapdoodle.embed.mongo | jar | 2.0.0 |
commons-io : commons-io | jar | 2.5 |
com.github.simondan.ojcms : ojcms-beans | jar | 0.4 |