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