License |
License |
---|---|
GroupId | GroupIdcn.renlm.plugins |
ArtifactId | ArtifactIdMy-Plugin |
Version | Version1.7.1 |
Type | Typejar |
Description |
DescriptionMy-Plugin
Java简化开发套路
|
Filename | Size |
---|---|
My-Plugin-1.7.1.pom | |
My-Plugin-1.7.1.jar | 113 KB |
My-Plugin-1.7.1-sources.jar | 65 KB |
My-Plugin-1.7.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.renlm.plugins/My-Plugin/ -->
<dependency>
<groupId>cn.renlm.plugins</groupId>
<artifactId>My-Plugin</artifactId>
<version>1.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.renlm.plugins/My-Plugin/
implementation 'cn.renlm.plugins:My-Plugin:1.7.1'
// https://jarcasting.com/artifacts/cn.renlm.plugins/My-Plugin/
implementation ("cn.renlm.plugins:My-Plugin:1.7.1")
'cn.renlm.plugins:My-Plugin:jar:1.7.1'
<dependency org="cn.renlm.plugins" name="My-Plugin" rev="1.7.1">
<artifact name="My-Plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.renlm.plugins', module='My-Plugin', version='1.7.1')
)
libraryDependencies += "cn.renlm.plugins" % "My-Plugin" % "1.7.1"
[cn.renlm.plugins/My-Plugin "1.7.1"]
Group / Artifact | Type | Version |
---|---|---|
cn.renlm.plugins : MyUtil | jar | 1.7.1 |
cn.renlm.plugins : MyCrawler | jar | 1.7.1 |
cn.renlm.plugins : MyExcel | jar | 1.7.1 |
cn.renlm.plugins : MyGenerator | jar | 1.7.1 |
org.projectlombok : lombok | jar | 1.18.16 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
junit : junit | jar | 4.13 |