is not current version
Last Version 1.4

xyz.cofe:types-spi 1.3

service provider interface for data type convertions

GroupId

GroupId

xyz.cofe
ArtifactId

ArtifactId

types-spi
Version

Version

1.3
Type

Type

jar

Download types-spi 1.3


<!-- https://jarcasting.com/artifacts/xyz.cofe/types-spi/ -->
<dependency>
    <groupId>xyz.cofe</groupId>
    <artifactId>types-spi</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.cofe/types-spi/
implementation 'xyz.cofe:types-spi:1.3'
// https://jarcasting.com/artifacts/xyz.cofe/types-spi/
implementation ("xyz.cofe:types-spi:1.3")
'xyz.cofe:types-spi:jar:1.3'
<dependency org="xyz.cofe" name="types-spi" rev="1.3">
  <artifact name="types-spi" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.cofe', module='types-spi', version='1.3')
)
libraryDependencies += "xyz.cofe" % "types-spi" % "1.3"
[xyz.cofe/types-spi "1.3"]