Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.peterphi.std.config |
ArtifactId | ArtifactIdhost-agent |
Version | Version9.4.4 |
Type | Typewar |
Filename | Size |
---|---|
host-agent-9.4.4.pom | |
host-agent-9.4.4.war | 15 MB |
host-agent-9.4.4-sources.jar | 10 KB |
host-agent-9.4.4-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.peterphi.std.config/host-agent/ -->
<dependency>
<groupId>com.peterphi.std.config</groupId>
<artifactId>host-agent</artifactId>
<version>9.4.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.peterphi.std.config/host-agent/
implementation 'com.peterphi.std.config:host-agent:9.4.4'
// https://jarcasting.com/artifacts/com.peterphi.std.config/host-agent/
implementation ("com.peterphi.std.config:host-agent:9.4.4")
'com.peterphi.std.config:host-agent:war:9.4.4'
<dependency org="com.peterphi.std.config" name="host-agent" rev="9.4.4">
<artifact name="host-agent" type="war" />
</dependency>
@Grapes(
@Grab(group='com.peterphi.std.config', module='host-agent', version='9.4.4')
)
libraryDependencies += "com.peterphi.std.config" % "host-agent" % "9.4.4"
[com.peterphi.std.config/host-agent "9.4.4"]