is not current version
Last Version 1.4

xyz.cofe:types-spi 1.1

service provider interface for data type convertions

GroupId

GroupId

xyz.cofe
ArtifactId

ArtifactId

types-spi
Version

Version

1.1
Type

Type

jar

Download types-spi 1.1


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