is not current version
Last Version 1.1

com.github.chris2018998:magic 1.0

Java Type Converter Factory

GroupId

GroupId

com.github.chris2018998
ArtifactId

ArtifactId

magic
Version

Version

1.0
Type

Type

jar

Download magic 1.0


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