All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.didichuxing.doraemonkit.plugin.ThirdLibInfo.kt Maven / Gradle / Ivy

Go to download

DoKit is an efficiency platform for the entire life cycle of general front-end product research and development.

There is a newer version: 3.7.11
Show newest version
package com.didichuxing.doraemonkit.plugin

/**
 * ================================================
 * 作    者:jint(金台)
 * 版    本:1.0
 * 创建日期:2020/10/20-14:50
 * 描    述:
 * 修订历史:
 * ================================================
 */
//data class ThirdLibInfo(
//    val groupId: String,
//    val artifactId: String,
//    val version: String,
//    val fileName: String,
//    val fileSize: Long,
//    val variant: String
//)

data class ThirdLibInfo(val variant: String, val fileSize: Long)





© 2015 - 2025 Weber Informatics LLC | Privacy Policy