GroupId | GroupIdcom.patloew.colocation |
---|---|
ArtifactId | ArtifactIdcolocation |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
colocation-1.0.0.pom | |
colocation-1.0.0-sources.jar | 8 KB |
colocation-1.0.0-javadoc.jar | 234 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.patloew.colocation/colocation/ -->
<dependency>
<groupId>com.patloew.colocation</groupId>
<artifactId>colocation</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.patloew.colocation/colocation/
implementation 'com.patloew.colocation:colocation:1.0.0'
// https://jarcasting.com/artifacts/com.patloew.colocation/colocation/
implementation ("com.patloew.colocation:colocation:1.0.0")
'com.patloew.colocation:colocation:aar:1.0.0'
<dependency org="com.patloew.colocation" name="colocation" rev="1.0.0">
<artifact name="colocation" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.patloew.colocation', module='colocation', version='1.0.0')
)
libraryDependencies += "com.patloew.colocation" % "colocation" % "1.0.0"
[com.patloew.colocation/colocation "1.0.0"]