GroupId | GroupIdcom.github.yituhealthcare |
---|---|
ArtifactId | ArtifactIdarc-core |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
arc-core-1.3.0.pom | |
arc-core-1.3.0.jar | 26 KB |
arc-core-1.3.0-sources.jar | 12 KB |
arc-core-1.3.0-javadoc.jar | 514 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yituhealthcare/arc-core/ -->
<dependency>
<groupId>com.github.yituhealthcare</groupId>
<artifactId>arc-core</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yituhealthcare/arc-core/
implementation 'com.github.yituhealthcare:arc-core:1.3.0'
// https://jarcasting.com/artifacts/com.github.yituhealthcare/arc-core/
implementation ("com.github.yituhealthcare:arc-core:1.3.0")
'com.github.yituhealthcare:arc-core:jar:1.3.0'
<dependency org="com.github.yituhealthcare" name="arc-core" rev="1.3.0">
<artifact name="arc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yituhealthcare', module='arc-core', version='1.3.0')
)
libraryDependencies += "com.github.yituhealthcare" % "arc-core" % "1.3.0"
[com.github.yituhealthcare/arc-core "1.3.0"]