is not current version
Last Version 1.1.0

com.github.jonzhang3:cast 1.0.0

A tool to help cast object to target type.

GroupId

GroupId

com.github.jonzhang3
ArtifactId

ArtifactId

cast
Version

Version

1.0.0
Type

Type

jar

Download cast 1.0.0


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