net.lamgc.scext-onedrive-transfer (0.1.0-SNAPSHOT)

Published 2024-11-24 11:03:14 +00:00 by LamGC

Installation

<repositories>
	<repository>
		<id>gitea</id>
			<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>net.lamgc.scext</groupId>
	<artifactId>onedrive-transfer</artifactId>
	<version>0.1.0-SNAPSHOT</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=net.lamgc.scext:onedrive-transfer:0.1.0-SNAPSHOT

About this package

将 Telegram 中的文件转存至 OneDrive.

Dependencies

org.jetbrains.kotlin:kotlin-stdlib
2.1.0
com.fasterxml.jackson.core:jackson-core
2.16.1
com.fasterxml.jackson.core:jackson-databind
2.16.1
com.fasterxml.jackson.core:jackson-annotations
2.16.1
com.fasterxml.jackson.module:jackson-module-kotlin
2.16.1
org.jetbrains.exposed:exposed-core
0.45.0
org.jetbrains.exposed:exposed-crypt
0.45.0
org.jetbrains.exposed:exposed-dao
0.45.0
org.jetbrains.exposed:exposed-jdbc
0.45.0
org.jetbrains.exposed:exposed-kotlin-datetime
0.45.0
org.xerial:sqlite-jdbc
3.44.1.0
com.mysql:mysql-connector-j
8.0.33
com.zaxxer:HikariCP
5.1.0
com.microsoft.graph:microsoft-graph
5.77.0
com.azure:azure-identity
1.14.2