Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdcom.undefinedlabs.scope |
ArtifactId | ArtifactIdscope-rule-tomcat |
Version | Version0.2.5-beta.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.undefinedlabs.scope/scope-rule-tomcat/ -->
<dependency>
<groupId>com.undefinedlabs.scope</groupId>
<artifactId>scope-rule-tomcat</artifactId>
<version>0.2.5-beta.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.undefinedlabs.scope/scope-rule-tomcat/
implementation 'com.undefinedlabs.scope:scope-rule-tomcat:0.2.5-beta.2'
// https://jarcasting.com/artifacts/com.undefinedlabs.scope/scope-rule-tomcat/
implementation ("com.undefinedlabs.scope:scope-rule-tomcat:0.2.5-beta.2")
'com.undefinedlabs.scope:scope-rule-tomcat:jar:0.2.5-beta.2'
<dependency org="com.undefinedlabs.scope" name="scope-rule-tomcat" rev="0.2.5-beta.2">
<artifact name="scope-rule-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.undefinedlabs.scope', module='scope-rule-tomcat', version='0.2.5-beta.2')
)
libraryDependencies += "com.undefinedlabs.scope" % "scope-rule-tomcat" % "0.2.5-beta.2"
[com.undefinedlabs.scope/scope-rule-tomcat "0.2.5-beta.2"]