Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.tanshion |
ArtifactId | ArtifactIdresult-data |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
result-data-1.0.0.pom | |
result-data-1.0.0.jar | 4 KB |
result-data-1.0.0-sources.jar | 4 KB |
result-data-1.0.0-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tanshion/result-data/ -->
<dependency>
<groupId>com.github.tanshion</groupId>
<artifactId>result-data</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tanshion/result-data/
implementation 'com.github.tanshion:result-data:1.0.0'
// https://jarcasting.com/artifacts/com.github.tanshion/result-data/
implementation ("com.github.tanshion:result-data:1.0.0")
'com.github.tanshion:result-data:jar:1.0.0'
<dependency org="com.github.tanshion" name="result-data" rev="1.0.0">
<artifact name="result-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tanshion', module='result-data', version='1.0.0')
)
libraryDependencies += "com.github.tanshion" % "result-data" % "1.0.0"
[com.github.tanshion/result-data "1.0.0"]