License |
License
Commercial License
|
---|---|
Categories |
CategoriesJava Languages Net |
GroupId | GroupIdnet.java.trueupdate |
ArtifactId | ArtifactIdtrueupdate-agent-servlet |
Last Version | Last Version0.8.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTrueUpdate Agent Servlet
Loads, starts and stops an update agent controller
in a Servlet environment.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/net.java.trueupdate/trueupdate-agent-servlet/ -->
<dependency>
<groupId>net.java.trueupdate</groupId>
<artifactId>trueupdate-agent-servlet</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.trueupdate/trueupdate-agent-servlet/
implementation 'net.java.trueupdate:trueupdate-agent-servlet:0.8.1'
// https://jarcasting.com/artifacts/net.java.trueupdate/trueupdate-agent-servlet/
implementation ("net.java.trueupdate:trueupdate-agent-servlet:0.8.1")
'net.java.trueupdate:trueupdate-agent-servlet:jar:0.8.1'
<dependency org="net.java.trueupdate" name="trueupdate-agent-servlet" rev="0.8.1">
<artifact name="trueupdate-agent-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.trueupdate', module='trueupdate-agent-servlet', version='0.8.1')
)
libraryDependencies += "net.java.trueupdate" % "trueupdate-agent-servlet" % "0.8.1"
[net.java.trueupdate/trueupdate-agent-servlet "0.8.1"]
Group / Artifact | Type | Version |
---|---|---|
net.java.trueupdate : trueupdate-agent-core | jar | 0.8.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |