Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.seleniti.ioccommons |
ArtifactId | ArtifactIdioc-commons-japtsy-client |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.seleniti.ioccommons/ioc-commons-japtsy-client/ -->
<dependency>
<groupId>com.seleniti.ioccommons</groupId>
<artifactId>ioc-commons-japtsy-client</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.seleniti.ioccommons/ioc-commons-japtsy-client/
implementation 'com.seleniti.ioccommons:ioc-commons-japtsy-client:1.2.0'
// https://jarcasting.com/artifacts/com.seleniti.ioccommons/ioc-commons-japtsy-client/
implementation ("com.seleniti.ioccommons:ioc-commons-japtsy-client:1.2.0")
'com.seleniti.ioccommons:ioc-commons-japtsy-client:jar:1.2.0'
<dependency org="com.seleniti.ioccommons" name="ioc-commons-japtsy-client" rev="1.2.0">
<artifact name="ioc-commons-japtsy-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seleniti.ioccommons', module='ioc-commons-japtsy-client', version='1.2.0')
)
libraryDependencies += "com.seleniti.ioccommons" % "ioc-commons-japtsy-client" % "1.2.0"
[com.seleniti.ioccommons/ioc-commons-japtsy-client "1.2.0"]