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