Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdorg.specrunner |
ArtifactId | ArtifactIdspecrunner-tomcat |
Version | Version1.4.45 |
Type | Typejar |
Filename | Size |
---|---|
specrunner-tomcat-1.4.45.pom | |
specrunner-tomcat-1.4.45.jar | 11 KB |
specrunner-tomcat-1.4.45-sources.jar | 7 KB |
specrunner-tomcat-1.4.45-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.specrunner/specrunner-tomcat/ -->
<dependency>
<groupId>org.specrunner</groupId>
<artifactId>specrunner-tomcat</artifactId>
<version>1.4.45</version>
</dependency>
// https://jarcasting.com/artifacts/org.specrunner/specrunner-tomcat/
implementation 'org.specrunner:specrunner-tomcat:1.4.45'
// https://jarcasting.com/artifacts/org.specrunner/specrunner-tomcat/
implementation ("org.specrunner:specrunner-tomcat:1.4.45")
'org.specrunner:specrunner-tomcat:jar:1.4.45'
<dependency org="org.specrunner" name="specrunner-tomcat" rev="1.4.45">
<artifact name="specrunner-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.specrunner', module='specrunner-tomcat', version='1.4.45')
)
libraryDependencies += "org.specrunner" % "specrunner-tomcat" % "1.4.45"
[org.specrunner/specrunner-tomcat "1.4.45"]