Last Version

Basalt 1.0

Implementation of document-oriented repository on top of relational DBMS

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.vantonov1
ArtifactId

ArtifactId

basalt
Version

Version

1.0
Type

Type

pom
Description

Description

Basalt
Implementation of document-oriented repository on top of relational DBMS
Project URL

Project URL

https://github.com/vantonov1/basalt
Source Code Management

Source Code Management

https://github.com/vantonov1/basalt

Download basalt 1.0

Filename Size
basalt-1.0.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.vantonov1/basalt/ -->
<dependency>
    <groupId>com.github.vantonov1</groupId>
    <artifactId>basalt</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.vantonov1/basalt/
implementation 'com.github.vantonov1:basalt:1.0'
// https://jarcasting.com/artifacts/com.github.vantonov1/basalt/
implementation ("com.github.vantonov1:basalt:1.0")
'com.github.vantonov1:basalt:pom:1.0'
<dependency org="com.github.vantonov1" name="basalt" rev="1.0">
  <artifact name="basalt" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.vantonov1', module='basalt', version='1.0')
)
libraryDependencies += "com.github.vantonov1" % "basalt" % "1.0"
[com.github.vantonov1/basalt "1.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework : spring-context jar
org.springframework : spring-context-support jar
org.springframework : spring-beans jar

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.0.3.RELEASE
org.hsqldb : hsqldb jar 2.4.1

Project Modules

  • repo
  • acl
  • content
  • fulltext
  • all