GroupId | GroupIdcom.yanzhenjie.andserver |
---|---|
ArtifactId | ArtifactIdplugin |
Version | Version2.1.6 |
Type | Typejar |
Filename | Size |
---|---|
plugin-2.1.6.pom | |
plugin-2.1.6.jar | 8 KB |
plugin-2.1.6-sources.jar | 5 KB |
plugin-2.1.6-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yanzhenjie.andserver/plugin/ -->
<dependency>
<groupId>com.yanzhenjie.andserver</groupId>
<artifactId>plugin</artifactId>
<version>2.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.yanzhenjie.andserver/plugin/
implementation 'com.yanzhenjie.andserver:plugin:2.1.6'
// https://jarcasting.com/artifacts/com.yanzhenjie.andserver/plugin/
implementation ("com.yanzhenjie.andserver:plugin:2.1.6")
'com.yanzhenjie.andserver:plugin:jar:2.1.6'
<dependency org="com.yanzhenjie.andserver" name="plugin" rev="2.1.6">
<artifact name="plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yanzhenjie.andserver', module='plugin', version='2.1.6')
)
libraryDependencies += "com.yanzhenjie.andserver" % "plugin" % "2.1.6"
[com.yanzhenjie.andserver/plugin "2.1.6"]