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