| License |
License |
|---|---|
| GroupId | GroupIdcom.github.borisbrodski |
| ArtifactId | ArtifactIdxfactory |
| Last Version | Last Version0.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionXFactory
Embedded DSL (into Xtend/Jnario) to instantiate and persist JPA-Entities and POJOs.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| xfactory-0.0.2.pom | |
| xfactory-0.0.2.jar | 9 KB |
| xfactory-0.0.2-sources.jar | 5 KB |
| xfactory-0.0.2-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.borisbrodski/xfactory/ -->
<dependency>
<groupId>com.github.borisbrodski</groupId>
<artifactId>xfactory</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.borisbrodski/xfactory/
implementation 'com.github.borisbrodski:xfactory:0.0.2'
// https://jarcasting.com/artifacts/com.github.borisbrodski/xfactory/
implementation ("com.github.borisbrodski:xfactory:0.0.2")
'com.github.borisbrodski:xfactory:jar:0.0.2'
<dependency org="com.github.borisbrodski" name="xfactory" rev="0.0.2">
<artifact name="xfactory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.borisbrodski', module='xfactory', version='0.0.2')
)
libraryDependencies += "com.github.borisbrodski" % "xfactory" % "0.0.2"
[com.github.borisbrodski/xfactory "0.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.xtend : org.eclipse.xtend.lib | jar | 2.6.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hibernate.javax.persistence : hibernate-jpa-2.0-api | jar | 1.0.1.Final |
| org.hsqldb : hsqldb | jar | 2.3.2 |
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.7 |
| org.hibernate : hibernate-entitymanager | jar | 3.6.10.Final |
| org.hibernate : hibernate-core | jar | 3.6.10.Final |
| org.jnario : org.jnario.lib | jar | 1.0.0 |