GroupId | GroupIdcom.pig4cloud |
---|---|
ArtifactId | ArtifactIdpigx-common |
Version | Version3.8.0 |
Type | Typepom |
Filename | Size |
---|---|
pigx-common-3.8.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pig4cloud/pigx-common/ -->
<dependency>
<groupId>com.pig4cloud</groupId>
<artifactId>pigx-common</artifactId>
<version>3.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.pig4cloud/pigx-common/
implementation 'com.pig4cloud:pigx-common:3.8.0'
// https://jarcasting.com/artifacts/com.pig4cloud/pigx-common/
implementation ("com.pig4cloud:pigx-common:3.8.0")
'com.pig4cloud:pigx-common:pom:3.8.0'
<dependency org="com.pig4cloud" name="pigx-common" rev="3.8.0">
<artifact name="pigx-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.pig4cloud', module='pigx-common', version='3.8.0')
)
libraryDependencies += "com.pig4cloud" % "pigx-common" % "3.8.0"
[com.pig4cloud/pigx-common "3.8.0"]