Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdcom.googlecode.mycontainer |
ArtifactId | ArtifactIdmycontainer-servlet-commons |
Version | Version1.6.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.googlecode.mycontainer/mycontainer-servlet-commons/ -->
<dependency>
<groupId>com.googlecode.mycontainer</groupId>
<artifactId>mycontainer-servlet-commons</artifactId>
<version>1.6.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.mycontainer/mycontainer-servlet-commons/
implementation 'com.googlecode.mycontainer:mycontainer-servlet-commons:1.6.7'
// https://jarcasting.com/artifacts/com.googlecode.mycontainer/mycontainer-servlet-commons/
implementation ("com.googlecode.mycontainer:mycontainer-servlet-commons:1.6.7")
'com.googlecode.mycontainer:mycontainer-servlet-commons:jar:1.6.7'
<dependency org="com.googlecode.mycontainer" name="mycontainer-servlet-commons" rev="1.6.7">
<artifact name="mycontainer-servlet-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.mycontainer', module='mycontainer-servlet-commons', version='1.6.7')
)
libraryDependencies += "com.googlecode.mycontainer" % "mycontainer-servlet-commons" % "1.6.7"
[com.googlecode.mycontainer/mycontainer-servlet-commons "1.6.7"]