GroupId | GroupIdcom.alexkasko.installer |
---|---|
ArtifactId | ArtifactIdwindows-service-installer-common |
Version | Version1.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.alexkasko.installer/windows-service-installer-common/ -->
<dependency>
<groupId>com.alexkasko.installer</groupId>
<artifactId>windows-service-installer-common</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.alexkasko.installer/windows-service-installer-common/
implementation 'com.alexkasko.installer:windows-service-installer-common:1.0.5'
// https://jarcasting.com/artifacts/com.alexkasko.installer/windows-service-installer-common/
implementation ("com.alexkasko.installer:windows-service-installer-common:1.0.5")
'com.alexkasko.installer:windows-service-installer-common:jar:1.0.5'
<dependency org="com.alexkasko.installer" name="windows-service-installer-common" rev="1.0.5">
<artifact name="windows-service-installer-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alexkasko.installer', module='windows-service-installer-common', version='1.0.5')
)
libraryDependencies += "com.alexkasko.installer" % "windows-service-installer-common" % "1.0.5"
[com.alexkasko.installer/windows-service-installer-common "1.0.5"]