Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.aoindustries |
ArtifactId | ArtifactIdaoserv-daemon-client |
Version | Version1.77.1 |
Type | Typejar |
Filename | Size |
---|---|
aoserv-daemon-client-1.77.1.pom | |
aoserv-daemon-client-1.77.1.jar | 46 KB |
aoserv-daemon-client-1.77.1-sources.jar | 38 KB |
aoserv-daemon-client-1.77.1-javadoc.jar | 343 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aoindustries/aoserv-daemon-client/ -->
<dependency>
<groupId>com.aoindustries</groupId>
<artifactId>aoserv-daemon-client</artifactId>
<version>1.77.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aoindustries/aoserv-daemon-client/
implementation 'com.aoindustries:aoserv-daemon-client:1.77.1'
// https://jarcasting.com/artifacts/com.aoindustries/aoserv-daemon-client/
implementation ("com.aoindustries:aoserv-daemon-client:1.77.1")
'com.aoindustries:aoserv-daemon-client:jar:1.77.1'
<dependency org="com.aoindustries" name="aoserv-daemon-client" rev="1.77.1">
<artifact name="aoserv-daemon-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aoindustries', module='aoserv-daemon-client', version='1.77.1')
)
libraryDependencies += "com.aoindustries" % "aoserv-daemon-client" % "1.77.1"
[com.aoindustries/aoserv-daemon-client "1.77.1"]