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