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