Categories |
CategoriesTomcat Container Application Servers Net |
---|---|
GroupId | GroupIdnet.thevpc.nuts.lib |
ArtifactId | ArtifactIdnlib-tomcat-classloader |
Version | Versionn.0.8.1.0.t.8.0.21 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.thevpc.nuts.lib/nlib-tomcat-classloader/ -->
<dependency>
<groupId>net.thevpc.nuts.lib</groupId>
<artifactId>nlib-tomcat-classloader</artifactId>
<version>n.0.8.1.0.t.8.0.21</version>
</dependency>
// https://jarcasting.com/artifacts/net.thevpc.nuts.lib/nlib-tomcat-classloader/
implementation 'net.thevpc.nuts.lib:nlib-tomcat-classloader:n.0.8.1.0.t.8.0.21'
// https://jarcasting.com/artifacts/net.thevpc.nuts.lib/nlib-tomcat-classloader/
implementation ("net.thevpc.nuts.lib:nlib-tomcat-classloader:n.0.8.1.0.t.8.0.21")
'net.thevpc.nuts.lib:nlib-tomcat-classloader:jar:n.0.8.1.0.t.8.0.21'
<dependency org="net.thevpc.nuts.lib" name="nlib-tomcat-classloader" rev="n.0.8.1.0.t.8.0.21">
<artifact name="nlib-tomcat-classloader" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.thevpc.nuts.lib', module='nlib-tomcat-classloader', version='n.0.8.1.0.t.8.0.21')
)
libraryDependencies += "net.thevpc.nuts.lib" % "nlib-tomcat-classloader" % "n.0.8.1.0.t.8.0.21"
[net.thevpc.nuts.lib/nlib-tomcat-classloader "n.0.8.1.0.t.8.0.21"]