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