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