GroupId | GroupIdcom.seanshubin.detangler |
---|---|
ArtifactId | ArtifactIddetangler-collection |
Version | Version0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.seanshubin.detangler/detangler-collection/ -->
<dependency>
<groupId>com.seanshubin.detangler</groupId>
<artifactId>detangler-collection</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.seanshubin.detangler/detangler-collection/
implementation 'com.seanshubin.detangler:detangler-collection:0.9'
// https://jarcasting.com/artifacts/com.seanshubin.detangler/detangler-collection/
implementation ("com.seanshubin.detangler:detangler-collection:0.9")
'com.seanshubin.detangler:detangler-collection:jar:0.9'
<dependency org="com.seanshubin.detangler" name="detangler-collection" rev="0.9">
<artifact name="detangler-collection" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seanshubin.detangler', module='detangler-collection', version='0.9')
)
libraryDependencies += "com.seanshubin.detangler" % "detangler-collection" % "0.9"
[com.seanshubin.detangler/detangler-collection "0.9"]