Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdcom.googlecode.mycontainer |
ArtifactId | ArtifactIdmycontainer-commons |
Version | Version1.6.2 |
Type | Typejar |
Filename | Size |
---|---|
mycontainer-commons-1.6.2.pom | |
mycontainer-commons-1.6.2.jar | 261 KB |
mycontainer-commons-1.6.2-sources.jar | 211 KB |
mycontainer-commons-1.6.2-javadoc.jar | 357 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.mycontainer/mycontainer-commons/ -->
<dependency>
<groupId>com.googlecode.mycontainer</groupId>
<artifactId>mycontainer-commons</artifactId>
<version>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.mycontainer/mycontainer-commons/
implementation 'com.googlecode.mycontainer:mycontainer-commons:1.6.2'
// https://jarcasting.com/artifacts/com.googlecode.mycontainer/mycontainer-commons/
implementation ("com.googlecode.mycontainer:mycontainer-commons:1.6.2")
'com.googlecode.mycontainer:mycontainer-commons:jar:1.6.2'
<dependency org="com.googlecode.mycontainer" name="mycontainer-commons" rev="1.6.2">
<artifact name="mycontainer-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.mycontainer', module='mycontainer-commons', version='1.6.2')
)
libraryDependencies += "com.googlecode.mycontainer" % "mycontainer-commons" % "1.6.2"
[com.googlecode.mycontainer/mycontainer-commons "1.6.2"]