Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdcom.brienwheeler.dist |
ArtifactId | ArtifactIddist-tomcat |
Version | Version1.07-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
dist-tomcat-1.07-RELEASE.pom | |
dist-tomcat-1.07-RELEASE.jar | 2 KB |
dist-tomcat-1.07-RELEASE-tests.jar | 1 KB |
dist-tomcat-1.07-RELEASE-sources.jar | 697 bytes |
dist-tomcat-1.07-RELEASE-javadoc.jar | 332 bytes |
dist-tomcat-1.07-RELEASE-jar-with-dependencies.jar | 11 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.brienwheeler.dist/dist-tomcat/ -->
<dependency>
<groupId>com.brienwheeler.dist</groupId>
<artifactId>dist-tomcat</artifactId>
<version>1.07-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.brienwheeler.dist/dist-tomcat/
implementation 'com.brienwheeler.dist:dist-tomcat:1.07-RELEASE'
// https://jarcasting.com/artifacts/com.brienwheeler.dist/dist-tomcat/
implementation ("com.brienwheeler.dist:dist-tomcat:1.07-RELEASE")
'com.brienwheeler.dist:dist-tomcat:jar:1.07-RELEASE'
<dependency org="com.brienwheeler.dist" name="dist-tomcat" rev="1.07-RELEASE">
<artifact name="dist-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brienwheeler.dist', module='dist-tomcat', version='1.07-RELEASE')
)
libraryDependencies += "com.brienwheeler.dist" % "dist-tomcat" % "1.07-RELEASE"
[com.brienwheeler.dist/dist-tomcat "1.07-RELEASE"]