Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdcom.undefinedlabs.scope |
ArtifactId | ArtifactIdscope-rule-tomcat |
Version | Version0.1.4-beta.6 |
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.1.4-beta.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.undefinedlabs.scope/scope-rule-tomcat/
implementation 'com.undefinedlabs.scope:scope-rule-tomcat:0.1.4-beta.6'
// https://jarcasting.com/artifacts/com.undefinedlabs.scope/scope-rule-tomcat/
implementation ("com.undefinedlabs.scope:scope-rule-tomcat:0.1.4-beta.6")
'com.undefinedlabs.scope:scope-rule-tomcat:jar:0.1.4-beta.6'
<dependency org="com.undefinedlabs.scope" name="scope-rule-tomcat" rev="0.1.4-beta.6">
<artifact name="scope-rule-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.undefinedlabs.scope', module='scope-rule-tomcat', version='0.1.4-beta.6')
)
libraryDependencies += "com.undefinedlabs.scope" % "scope-rule-tomcat" % "0.1.4-beta.6"
[com.undefinedlabs.scope/scope-rule-tomcat "0.1.4-beta.6"]