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