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