Categories |
CategoriesTomcat Container Application Servers Net |
---|---|
GroupId | GroupIdnet.thevpc.nuts.toolbox |
ArtifactId | ArtifactIdntomcat |
Version | Version0.8.1.0 |
Type | Typejar |
Filename | Size |
---|---|
ntomcat-0.8.1.0.pom | |
ntomcat-0.8.1.0.jar | 93 KB |
ntomcat-0.8.1.0-sources.jar | 42 KB |
ntomcat-0.8.1.0-javadoc.jar | 188 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.thevpc.nuts.toolbox/ntomcat/ -->
<dependency>
<groupId>net.thevpc.nuts.toolbox</groupId>
<artifactId>ntomcat</artifactId>
<version>0.8.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.thevpc.nuts.toolbox/ntomcat/
implementation 'net.thevpc.nuts.toolbox:ntomcat:0.8.1.0'
// https://jarcasting.com/artifacts/net.thevpc.nuts.toolbox/ntomcat/
implementation ("net.thevpc.nuts.toolbox:ntomcat:0.8.1.0")
'net.thevpc.nuts.toolbox:ntomcat:jar:0.8.1.0'
<dependency org="net.thevpc.nuts.toolbox" name="ntomcat" rev="0.8.1.0">
<artifact name="ntomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.thevpc.nuts.toolbox', module='ntomcat', version='0.8.1.0')
)
libraryDependencies += "net.thevpc.nuts.toolbox" % "ntomcat" % "0.8.1.0"
[net.thevpc.nuts.toolbox/ntomcat "0.8.1.0"]