| GroupId | GroupIdcom.mcxiaoke.packer-ng |
|---|---|
| ArtifactId | ArtifactIdcommon |
| Version | Version1.7.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| common-1.7.0.pom | |
| common-1.7.0.jar | 17 KB |
| common-1.7.0-sources.jar | 12 KB |
| common-1.7.0-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.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mcxiaoke.packer-ng/common/
implementation 'com.mcxiaoke.packer-ng:common:1.7.0'
// https://jarcasting.com/artifacts/com.mcxiaoke.packer-ng/common/
implementation ("com.mcxiaoke.packer-ng:common:1.7.0")
'com.mcxiaoke.packer-ng:common:jar:1.7.0'
<dependency org="com.mcxiaoke.packer-ng" name="common" rev="1.7.0">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mcxiaoke.packer-ng', module='common', version='1.7.0')
)
libraryDependencies += "com.mcxiaoke.packer-ng" % "common" % "1.7.0"
[com.mcxiaoke.packer-ng/common "1.7.0"]