| Categories |
CategoriesEbean Data ORM |
|---|---|
| GroupId | GroupIdcom.v1ok |
| ArtifactId | ArtifactIdebean-service-impl |
| Version | Version0.1.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ebean-service-impl-0.1.7.pom | |
| ebean-service-impl-0.1.7.jar | 25 KB |
| ebean-service-impl-0.1.7-sources.jar | 13 KB |
| ebean-service-impl-0.1.7-javadoc.jar | 118 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.v1ok/ebean-service-impl/ -->
<dependency>
<groupId>com.v1ok</groupId>
<artifactId>ebean-service-impl</artifactId>
<version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.v1ok/ebean-service-impl/
implementation 'com.v1ok:ebean-service-impl:0.1.7'
// https://jarcasting.com/artifacts/com.v1ok/ebean-service-impl/
implementation ("com.v1ok:ebean-service-impl:0.1.7")
'com.v1ok:ebean-service-impl:jar:0.1.7'
<dependency org="com.v1ok" name="ebean-service-impl" rev="0.1.7">
<artifact name="ebean-service-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.v1ok', module='ebean-service-impl', version='0.1.7')
)
libraryDependencies += "com.v1ok" % "ebean-service-impl" % "0.1.7"
[com.v1ok/ebean-service-impl "0.1.7"]