Categories |
CategoriesSpring Boot Container Microservices Ebean Data ORM |
---|---|
GroupId | GroupIdcom.github.timo-reymann |
ArtifactId | ArtifactIdspring-boot-ebean |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
spring-boot-ebean-0.0.2.pom | |
spring-boot-ebean-0.0.2.jar | 12 KB |
spring-boot-ebean-0.0.2-sources.jar | 6 KB |
spring-boot-ebean-0.0.2-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.timo-reymann/spring-boot-ebean/ -->
<dependency>
<groupId>com.github.timo-reymann</groupId>
<artifactId>spring-boot-ebean</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.timo-reymann/spring-boot-ebean/
implementation 'com.github.timo-reymann:spring-boot-ebean:0.0.2'
// https://jarcasting.com/artifacts/com.github.timo-reymann/spring-boot-ebean/
implementation ("com.github.timo-reymann:spring-boot-ebean:0.0.2")
'com.github.timo-reymann:spring-boot-ebean:jar:0.0.2'
<dependency org="com.github.timo-reymann" name="spring-boot-ebean" rev="0.0.2">
<artifact name="spring-boot-ebean" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.timo-reymann', module='spring-boot-ebean', version='0.0.2')
)
libraryDependencies += "com.github.timo-reymann" % "spring-boot-ebean" % "0.0.2"
[com.github.timo-reymann/spring-boot-ebean "0.0.2"]