| License |
License |
|---|---|
| GroupId | GroupIdorg.twinkql |
| ArtifactId | ArtifactIdtwinkql |
| Version | Version0.9.1 |
| Type | Typejar |
| Description |
DescriptionTwinkql
Twinkql is a SPARQL to Object Mapping Framework that lets you
specify your SPARQL queries in XML, instead of in your code, and map the results
to Java Beans.
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| twinkql-0.9.1.pom | |
| twinkql-0.9.1.jar | 232 KB |
| twinkql-0.9.1-sources.jar | 161 KB |
| twinkql-0.9.1-package.zip | 13 MB |
| twinkql-0.9.1-javadoc.jar | 665 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.twinkql/twinkql/ -->
<dependency>
<groupId>org.twinkql</groupId>
<artifactId>twinkql</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.twinkql/twinkql/
implementation 'org.twinkql:twinkql:0.9.1'
// https://jarcasting.com/artifacts/org.twinkql/twinkql/
implementation ("org.twinkql:twinkql:0.9.1")
'org.twinkql:twinkql:jar:0.9.1'
<dependency org="org.twinkql" name="twinkql" rev="0.9.1">
<artifact name="twinkql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.twinkql', module='twinkql', version='0.9.1')
)
libraryDependencies += "org.twinkql" % "twinkql" % "0.9.1"
[org.twinkql/twinkql "0.9.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jodd : jodd | jar | 3.3.1 |
| org.codehaus.castor : castor-xml | jar | 1.3.1 |
| org.codehaus.castor : castor-codegen | jar | 1.3.1 |
| org.springframework » org.springframework.core | jar | 3.1.0.RELEASE |
| org.springframework » org.springframework.context | jar | 3.1.0.RELEASE |
| org.springframework » org.springframework.beans | jar | 3.1.0.RELEASE |
| com.hp.hpl.jena : arq | jar | 2.8.8 |
| commons-beanutils : commons-beanutils | jar | 1.8.3 |
| commons-lang : commons-lang | jar | 2.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.groovy : groovy-all | jar | 1.7.4 |
| com.sun.xml.bind : jaxb-impl | jar | 2.2.4 |
| commons-io : commons-io | jar | 2.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.easymock : easymock | jar | 3.0 |
| org.springframework : spring-test | jar | 3.0.4.RELEASE |