ProtoBuf EL 3.0 CRUD Library
For more see the JavaDoc Documentation.
Happy coding,
David Tesler
License |
License |
---|---|
Categories |
CategoriesProtobuf Data Data Structures |
GroupId | GroupIdcom.github.protobufel |
ArtifactId | ArtifactIdprotobufel-crud |
Last Version | Last Version0.7.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionprotobufel-crud
ProtoBuf EL 3.0 CRUD Library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
protobufel-crud-0.7.1.pom | |
protobufel-crud-0.7.1.jar | 13 KB |
protobufel-crud-0.7.1-sources.jar | 8 KB |
protobufel-crud-0.7.1-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.protobufel/protobufel-crud/ -->
<dependency>
<groupId>com.github.protobufel</groupId>
<artifactId>protobufel-crud</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.protobufel/protobufel-crud/
implementation 'com.github.protobufel:protobufel-crud:0.7.1'
// https://jarcasting.com/artifacts/com.github.protobufel/protobufel-crud/
implementation ("com.github.protobufel:protobufel-crud:0.7.1")
'com.github.protobufel:protobufel-crud:jar:0.7.1'
<dependency org="com.github.protobufel" name="protobufel-crud" rev="0.7.1">
<artifact name="protobufel-crud" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.protobufel', module='protobufel-crud', version='0.7.1')
)
libraryDependencies += "com.github.protobufel" % "protobufel-crud" % "0.7.1"
[com.github.protobufel/protobufel-crud "0.7.1"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jdt : org.eclipse.jdt.annotation | jar | 2.1.0 |
javax.el : javax.el-api | jar | 3.0.1-b04 |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish : javax.el | jar | 3.0.1-b08 |
com.github.protobufel : protobufel | jar | 0.7.2 |
com.github.protobufel : protobufel-el | jar | 0.7.1 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
com.github.protobufel : protobufel-test-util | jar | 0.7.0 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
com.google.guava : guava | jar | 22.0 |
com.google.guava : guava-testlib | jar | 22.0 |
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-junit | jar | 2.0.0.0 |
org.mockito : mockito-core | jar | 2.8.47 |
org.powermock : powermock-module-junit4 | jar | 1.7.0 |
org.powermock : powermock-api-mockito2 | jar | 1.7.0 |
org.assertj : assertj-core | jar | 3.8.0 |
Happy coding,
David Tesler