<dependency> <groupId>io.ebean</groupId> <artifactId>ebean-core-type</artifactId> <version>15.8.0</version> </dependency>
implementation 'io.ebean:ebean-core-type:15.8.0'
implementation("io.ebean:ebean-core-type:15.8.0")
libraryDependencies += "io.ebean" % "ebean-core-type" % "15.8.0"
@Grapes( @Grab(group='io.ebean', module='ebean-core-type', version='15.8.0') )
<dependency org="io.ebean" name="ebean-core-type" rev="15.8.0" />
[io.ebean/ebean-core-type "15.8.0"]
'io.ebean:ebean-core-type:jar:15.8.0'
<parent> <groupId>io.ebean</groupId> <artifactId>ebean-parent</artifactId> <version>15.8.0</version> </parent>
compile
|-- io.ebean:ebean-api:15.8.0
|-- com.fasterxml.jackson.core:jackson-core
|-- org.postgresql:postgresql:42.7.2