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