GroupId | GroupIdme.atlis |
---|---|
ArtifactId | ArtifactIddecibelinsight-uasparser |
Version | Version1.0.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/me.atlis/decibelinsight-uasparser/ -->
<dependency>
<groupId>me.atlis</groupId>
<artifactId>decibelinsight-uasparser</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/me.atlis/decibelinsight-uasparser/
implementation 'me.atlis:decibelinsight-uasparser:1.0.10'
// https://jarcasting.com/artifacts/me.atlis/decibelinsight-uasparser/
implementation ("me.atlis:decibelinsight-uasparser:1.0.10")
'me.atlis:decibelinsight-uasparser:jar:1.0.10'
<dependency org="me.atlis" name="decibelinsight-uasparser" rev="1.0.10">
<artifact name="decibelinsight-uasparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.atlis', module='decibelinsight-uasparser', version='1.0.10')
)
libraryDependencies += "me.atlis" % "decibelinsight-uasparser" % "1.0.10"
[me.atlis/decibelinsight-uasparser "1.0.10"]