Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdcom.googlecode.mycontainer |
ArtifactId | ArtifactIdmycontainer-parent |
Version | Version1.2.51 |
Type | Typepom |
Filename | Size |
---|---|
mycontainer-parent-1.2.51.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.mycontainer/mycontainer-parent/ -->
<dependency>
<groupId>com.googlecode.mycontainer</groupId>
<artifactId>mycontainer-parent</artifactId>
<version>1.2.51</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.mycontainer/mycontainer-parent/
implementation 'com.googlecode.mycontainer:mycontainer-parent:1.2.51'
// https://jarcasting.com/artifacts/com.googlecode.mycontainer/mycontainer-parent/
implementation ("com.googlecode.mycontainer:mycontainer-parent:1.2.51")
'com.googlecode.mycontainer:mycontainer-parent:pom:1.2.51'
<dependency org="com.googlecode.mycontainer" name="mycontainer-parent" rev="1.2.51">
<artifact name="mycontainer-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.mycontainer', module='mycontainer-parent', version='1.2.51')
)
libraryDependencies += "com.googlecode.mycontainer" % "mycontainer-parent" % "1.2.51"
[com.googlecode.mycontainer/mycontainer-parent "1.2.51"]