Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.x-breeze.test |
ArtifactId | ArtifactIdCrossTestInformaticaPowerCenter |
Version | Version1.0.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.x-breeze.test/CrossTestInformaticaPowerCenter/ -->
<dependency>
<groupId>com.x-breeze.test</groupId>
<artifactId>CrossTestInformaticaPowerCenter</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.x-breeze.test/CrossTestInformaticaPowerCenter/
implementation 'com.x-breeze.test:CrossTestInformaticaPowerCenter:1.0.7'
// https://jarcasting.com/artifacts/com.x-breeze.test/CrossTestInformaticaPowerCenter/
implementation ("com.x-breeze.test:CrossTestInformaticaPowerCenter:1.0.7")
'com.x-breeze.test:CrossTestInformaticaPowerCenter:jar:1.0.7'
<dependency org="com.x-breeze.test" name="CrossTestInformaticaPowerCenter" rev="1.0.7">
<artifact name="CrossTestInformaticaPowerCenter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.x-breeze.test', module='CrossTestInformaticaPowerCenter', version='1.0.7')
)
libraryDependencies += "com.x-breeze.test" % "CrossTestInformaticaPowerCenter" % "1.0.7"
[com.x-breeze.test/CrossTestInformaticaPowerCenter "1.0.7"]