GroupId | GroupIdcom.github.alexarchambault.tmp.ipcsocket |
---|---|
ArtifactId | ArtifactIdipcsocket |
Version | Version1.4.1-aa-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.alexarchambault.tmp.ipcsocket/ipcsocket/ -->
<dependency>
<groupId>com.github.alexarchambault.tmp.ipcsocket</groupId>
<artifactId>ipcsocket</artifactId>
<version>1.4.1-aa-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alexarchambault.tmp.ipcsocket/ipcsocket/
implementation 'com.github.alexarchambault.tmp.ipcsocket:ipcsocket:1.4.1-aa-1'
// https://jarcasting.com/artifacts/com.github.alexarchambault.tmp.ipcsocket/ipcsocket/
implementation ("com.github.alexarchambault.tmp.ipcsocket:ipcsocket:1.4.1-aa-1")
'com.github.alexarchambault.tmp.ipcsocket:ipcsocket:jar:1.4.1-aa-1'
<dependency org="com.github.alexarchambault.tmp.ipcsocket" name="ipcsocket" rev="1.4.1-aa-1">
<artifact name="ipcsocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alexarchambault.tmp.ipcsocket', module='ipcsocket', version='1.4.1-aa-1')
)
libraryDependencies += "com.github.alexarchambault.tmp.ipcsocket" % "ipcsocket" % "1.4.1-aa-1"
[com.github.alexarchambault.tmp.ipcsocket/ipcsocket "1.4.1-aa-1"]