| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.sf.uadetector |
| ArtifactId | ArtifactIduadetector-parent |
| Version | Version0.2.12 |
| Type | Typepom |
| Filename | Size |
|---|---|
| uadetector-parent-0.2.12.pom | 15 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.uadetector/uadetector-parent/ -->
<dependency>
<groupId>net.sf.uadetector</groupId>
<artifactId>uadetector-parent</artifactId>
<version>0.2.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.uadetector/uadetector-parent/
implementation 'net.sf.uadetector:uadetector-parent:0.2.12'
// https://jarcasting.com/artifacts/net.sf.uadetector/uadetector-parent/
implementation ("net.sf.uadetector:uadetector-parent:0.2.12")
'net.sf.uadetector:uadetector-parent:pom:0.2.12'
<dependency org="net.sf.uadetector" name="uadetector-parent" rev="0.2.12">
<artifact name="uadetector-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.uadetector', module='uadetector-parent', version='0.2.12')
)
libraryDependencies += "net.sf.uadetector" % "uadetector-parent" % "0.2.12"
[net.sf.uadetector/uadetector-parent "0.2.12"]