| License |
License |
|---|---|
| GroupId | GroupIdcn.renlm.plugins |
| ArtifactId | ArtifactIdMy-Plugin |
| Version | Version2.0.4 |
| Type | Typejar |
| Description |
DescriptionMy-Plugin
Java简化开发套路
|
| Filename | Size |
|---|---|
| My-Plugin-2.0.4.pom | |
| My-Plugin-2.0.4.jar | 123 KB |
| My-Plugin-2.0.4-sources.jar | 70 KB |
| My-Plugin-2.0.4-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>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.renlm.plugins/My-Plugin/
implementation 'cn.renlm.plugins:My-Plugin:2.0.4'
// https://jarcasting.com/artifacts/cn.renlm.plugins/My-Plugin/
implementation ("cn.renlm.plugins:My-Plugin:2.0.4")
'cn.renlm.plugins:My-Plugin:jar:2.0.4'
<dependency org="cn.renlm.plugins" name="My-Plugin" rev="2.0.4">
<artifact name="My-Plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.renlm.plugins', module='My-Plugin', version='2.0.4')
)
libraryDependencies += "cn.renlm.plugins" % "My-Plugin" % "2.0.4"
[cn.renlm.plugins/My-Plugin "2.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| cn.renlm.plugins : MyUtil | jar | 2.0.4 |
| cn.renlm.plugins : MyCrawler | jar | 2.0.4 |
| cn.renlm.plugins : MyExcel | jar | 2.0.4 |
| cn.renlm.plugins : MyGenerator | jar | 2.0.4 |
| org.projectlombok : lombok | jar | 1.18.16 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.10 |
| junit : junit | jar | 4.13 |