| Categories |
CategoriesTomcat Container Application Servers |
|---|---|
| GroupId | GroupIdcom.undefinedlabs.scope |
| ArtifactId | ArtifactIdscope-rule-tomcat |
| Version | Version0.12.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| scope-rule-tomcat-0.12.0.pom | |
| scope-rule-tomcat-0.12.0.jar | 14 KB |
| scope-rule-tomcat-0.12.0-sources.jar | 8 KB |
| scope-rule-tomcat-0.12.0-javadoc.jar | 63 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.undefinedlabs.scope/scope-rule-tomcat/ -->
<dependency>
<groupId>com.undefinedlabs.scope</groupId>
<artifactId>scope-rule-tomcat</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.undefinedlabs.scope/scope-rule-tomcat/
implementation 'com.undefinedlabs.scope:scope-rule-tomcat:0.12.0'
// https://jarcasting.com/artifacts/com.undefinedlabs.scope/scope-rule-tomcat/
implementation ("com.undefinedlabs.scope:scope-rule-tomcat:0.12.0")
'com.undefinedlabs.scope:scope-rule-tomcat:jar:0.12.0'
<dependency org="com.undefinedlabs.scope" name="scope-rule-tomcat" rev="0.12.0">
<artifact name="scope-rule-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.undefinedlabs.scope', module='scope-rule-tomcat', version='0.12.0')
)
libraryDependencies += "com.undefinedlabs.scope" % "scope-rule-tomcat" % "0.12.0"
[com.undefinedlabs.scope/scope-rule-tomcat "0.12.0"]