GroupId | GroupIdcom.vsee |
---|---|
ArtifactId | ArtifactIdvsee-core |
Version | Version1.15.42871 |
Type | Typeaar |
Filename | Size |
---|---|
vsee-core-1.15.42871.pom | |
vsee-core-1.15.42871.aar | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vsee/vsee-core/ -->
<dependency>
<groupId>com.vsee</groupId>
<artifactId>vsee-core</artifactId>
<version>1.15.42871</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.vsee/vsee-core/
implementation 'com.vsee:vsee-core:1.15.42871'
// https://jarcasting.com/artifacts/com.vsee/vsee-core/
implementation ("com.vsee:vsee-core:1.15.42871")
'com.vsee:vsee-core:aar:1.15.42871'
<dependency org="com.vsee" name="vsee-core" rev="1.15.42871">
<artifact name="vsee-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.vsee', module='vsee-core', version='1.15.42871')
)
libraryDependencies += "com.vsee" % "vsee-core" % "1.15.42871"
[com.vsee/vsee-core "1.15.42871"]