M

My-Plugin

Java简化开发套路
https://github.com/renlm/MyPlugin
Files download
File Operation
My-Plugin-2.8.5.jar download
My-Plugin-2.8.5.pom download
My-Plugin-2.8.5-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.renlm.plugins</groupId>
  <artifactId>My-Plugin</artifactId>
  <version>2.8.5</version>
</dependency>
Gradle Groovy
implementation 'cn.renlm.plugins:My-Plugin:2.8.5'
Gradle Kotlin
implementation("cn.renlm.plugins:My-Plugin:2.8.5")
Scala SBT
libraryDependencies += "cn.renlm.plugins" % "My-Plugin" % "2.8.5"
Groovy Grape
@Grapes(
  @Grab(group='cn.renlm.plugins', module='My-Plugin', version='2.8.5')
)
Apache Ivy
<dependency org="cn.renlm.plugins" name="My-Plugin" rev="2.8.5" />
Leiningen
[cn.renlm.plugins/My-Plugin "2.8.5"]
Apache Buildr
'cn.renlm.plugins:My-Plugin:jar:2.8.5'
Dependencies
<parent>
  <groupId>cn.renlm.plugins</groupId>
  <artifactId>MyPlugin-parent</artifactId>
  <version>2.8.5</version>
</parent>

compile

|-- cn.hutool:hutool-all:5.8.27

|-- org.bouncycastle:bcpkix-jdk15to18:1.72

|-- org.bouncycastle:bcprov-jdk15to18:1.72

|-- org.bouncycastle:bcutil-jdk15to18:1.72

|-- net.openhft:compiler:2.4.1

|-- org.jetbrains:annotations:19.0.0

|-- us.codecraft:webmagic-core:0.10.0

|-- org.apache.httpcomponents:httpclient:4.5.13

|-- org.apache.httpcomponents:httpcore:4.4.13

|-- commons-logging:commons-logging:1.2

|-- commons-codec:commons-codec:1.11

|-- org.apache.commons:commons-lang3:3.12.0

|-- us.codecraft:xsoup:0.3.7

|-- org.jsoup:jsoup:1.16.1

|-- org.apache.commons:commons-collections4:4.4

|-- commons-io:commons-io:2.11.0

|-- com.jayway.jsonpath:json-path:2.8.0

|-- com.alibaba:fastjson:2.0.19.graal

|-- com.alibaba.fastjson2:fastjson2-extension:2.0.19.graal

|-- com.alibaba.fastjson2:fastjson2:2.0.19.graal

|-- us.codecraft:webmagic-extension:0.10.0

|-- redis.clients:jedis:3.7.1

|-- org.apache.commons:commons-pool2:2.10.0

|-- org.seleniumhq.selenium:selenium-chrome-driver:4.14.1

|-- com.google.auto.service:auto-service-annotations:1.1.1

|-- com.google.guava:guava:32.1.2-jre

|-- com.google.guava:failureaccess:1.0.1

|-- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava

|-- com.google.code.findbugs:jsr305:3.0.2

|-- org.checkerframework:checker-qual:3.33.0

|-- com.google.errorprone:error_prone_annotations:2.18.0

|-- com.google.j2objc:j2objc-annotations:2.8

|-- org.seleniumhq.selenium:selenium-api:4.14.1

|-- org.seleniumhq.selenium:selenium-chromium-driver:4.14.1

|-- org.seleniumhq.selenium:selenium-json:4.14.1

|-- org.seleniumhq.selenium:selenium-manager:4.14.1

|-- org.seleniumhq.selenium:selenium-os:4.14.1

|-- org.apache.commons:commons-exec:1.3

|-- org.seleniumhq.selenium:selenium-remote-driver:4.14.1

|-- io.opentelemetry:opentelemetry-api:1.28.0

|-- io.opentelemetry:opentelemetry-context:1.28.0

|-- io.opentelemetry:opentelemetry-exporter-logging:1.28.0

|-- io.opentelemetry:opentelemetry-sdk-metrics:1.28.0

|-- io.opentelemetry:opentelemetry-sdk-logs:1.28.0

|-- io.opentelemetry:opentelemetry-sdk-common:1.28.0

|-- io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi:1.28.0

|-- io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:1.28.0

|-- io.opentelemetry:opentelemetry-sdk-trace:1.28.0

|-- io.opentelemetry:opentelemetry-sdk:1.28.0

|-- io.opentelemetry:opentelemetry-semconv:1.28.0-alpha

|-- net.bytebuddy:byte-buddy:1.14.5

|-- org.seleniumhq.selenium:selenium-http:4.14.1

|-- dev.failsafe:failsafe:3.3.2

|-- com.thoughtworks.xstream:xstream:1.4.20

|-- io.github.x-stream:mxparser:1.2.2

|-- xmlpull:xmlpull:1.1.3.1

|-- org.apache.poi:poi-ooxml:4.1.2

|-- org.apache.poi:poi:4.1.2

|-- org.apache.commons:commons-math3:3.6.1

|-- com.zaxxer:SparseBitSet:1.2

|-- org.apache.poi:poi-ooxml-schemas:4.1.2

|-- org.apache.xmlbeans:xmlbeans:3.1.0

|-- org.apache.commons:commons-compress:1.19

|-- com.github.virtuald:curvesapi:1.06

|-- org.slf4j:slf4j-api:2.0.7

provided

|-- cn.renlm.plugins:MyUtil:2.8.5

|-- cn.renlm.plugins:MyCrawler:2.8.5

|-- cn.renlm.plugins:MyExcel:2.8.5

|-- cn.renlm.plugins:MyGenerator:2.8.5

runtime

|-- net.minidev:json-smart:2.4.10

|-- net.minidev:accessors-smart:2.4.9

|-- org.ow2.asm:asm:9.3

|-- io.opentelemetry:opentelemetry-extension-incubator:1.28.0-alpha

|-- io.opentelemetry:opentelemetry-api-events:1.28.0-alpha