GroupId | GroupIdcom.mcxiaoke.packer-ng |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version1.0.0-SNAPSHIT |
Type | Typejar |
Filename | Size |
---|---|
common-1.0.0-SNAPSHIT.pom | |
common-1.0.0-SNAPSHIT.jar | 17 KB |
common-1.0.0-SNAPSHIT-sources.jar | 12 KB |
common-1.0.0-SNAPSHIT-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mcxiaoke.packer-ng/common/ -->
<dependency>
<groupId>com.mcxiaoke.packer-ng</groupId>
<artifactId>common</artifactId>
<version>1.0.0-SNAPSHIT</version>
</dependency>
// https://jarcasting.com/artifacts/com.mcxiaoke.packer-ng/common/
implementation 'com.mcxiaoke.packer-ng:common:1.0.0-SNAPSHIT'
// https://jarcasting.com/artifacts/com.mcxiaoke.packer-ng/common/
implementation ("com.mcxiaoke.packer-ng:common:1.0.0-SNAPSHIT")
'com.mcxiaoke.packer-ng:common:jar:1.0.0-SNAPSHIT'
<dependency org="com.mcxiaoke.packer-ng" name="common" rev="1.0.0-SNAPSHIT">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mcxiaoke.packer-ng', module='common', version='1.0.0-SNAPSHIT')
)
libraryDependencies += "com.mcxiaoke.packer-ng" % "common" % "1.0.0-SNAPSHIT"
[com.mcxiaoke.packer-ng/common "1.0.0-SNAPSHIT"]