Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.sitangshupal |
ArtifactId | ArtifactIdeasyServiceAutomator |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.sitangshupal/easyServiceAutomator/ -->
<dependency>
<groupId>com.github.sitangshupal</groupId>
<artifactId>easyServiceAutomator</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sitangshupal/easyServiceAutomator/
implementation 'com.github.sitangshupal:easyServiceAutomator:1.0.0'
// https://jarcasting.com/artifacts/com.github.sitangshupal/easyServiceAutomator/
implementation ("com.github.sitangshupal:easyServiceAutomator:1.0.0")
'com.github.sitangshupal:easyServiceAutomator:jar:1.0.0'
<dependency org="com.github.sitangshupal" name="easyServiceAutomator" rev="1.0.0">
<artifact name="easyServiceAutomator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sitangshupal', module='easyServiceAutomator', version='1.0.0')
)
libraryDependencies += "com.github.sitangshupal" % "easyServiceAutomator" % "1.0.0"
[com.github.sitangshupal/easyServiceAutomator "1.0.0"]