SMYLD Java Projects
This is the main repostiroy for SMYLD java projects, the main two open source java projects are shown below:
Portal Engine
Entity Plot
To be Continued
| License |
License |
|---|---|
| GroupId | GroupIdorg.smyld.main |
| ArtifactId | ArtifactIdsmyld-main-db |
| Last Version | Last Version1.0.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsmyld-db
This projects contains SMYLD DB
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| smyld-main-db-1.0.9.pom | |
| smyld-main-db-1.0.9.jar | 125 KB |
| smyld-main-db-1.0.9-sources.jar | 71 KB |
| smyld-main-db-1.0.9-javadoc.jar | 521 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.smyld.main/smyld-main-db/ -->
<dependency>
<groupId>org.smyld.main</groupId>
<artifactId>smyld-main-db</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.smyld.main/smyld-main-db/
implementation 'org.smyld.main:smyld-main-db:1.0.9'
// https://jarcasting.com/artifacts/org.smyld.main/smyld-main-db/
implementation ("org.smyld.main:smyld-main-db:1.0.9")
'org.smyld.main:smyld-main-db:jar:1.0.9'
<dependency org="org.smyld.main" name="smyld-main-db" rev="1.0.9">
<artifact name="smyld-main-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smyld.main', module='smyld-main-db', version='1.0.9')
)
libraryDependencies += "org.smyld.main" % "smyld-main-db" % "1.0.9"
[org.smyld.main/smyld-main-db "1.0.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.smyld.main : smyld-main-api | jar | 1.0.9 |
| org.smyld.main : smyld-main-lang | jar | 1.0.9 |
| com.oracle : ojdbc14 | jar | 10.2.0.4.0 |
This is the main repostiroy for SMYLD java projects, the main two open source java projects are shown below:
To be Continued