License |
License |
---|---|
GroupId | GroupIdcom.github.jonzhang3 |
ArtifactId | ArtifactIdcast |
Version | Version1.1.0 |
Type | Typejar |
Description |
Descriptioncast
A tool to help cast object to target type.
|
Project URL |
Project URL |
Filename | Size |
---|---|
cast-1.1.0.pom | |
cast-1.1.0.jar | 22 KB |
cast-1.1.0-sources.jar | 14 KB |
cast-1.1.0-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jonzhang3/cast/ -->
<dependency>
<groupId>com.github.jonzhang3</groupId>
<artifactId>cast</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jonzhang3/cast/
implementation 'com.github.jonzhang3:cast:1.1.0'
// https://jarcasting.com/artifacts/com.github.jonzhang3/cast/
implementation ("com.github.jonzhang3:cast:1.1.0")
'com.github.jonzhang3:cast:jar:1.1.0'
<dependency org="com.github.jonzhang3" name="cast" rev="1.1.0">
<artifact name="cast" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jonzhang3', module='cast', version='1.1.0')
)
libraryDependencies += "com.github.jonzhang3" % "cast" % "1.1.0"
[com.github.jonzhang3/cast "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |