GroupId | GroupIdorg.nfctools |
---|---|
ArtifactId | ArtifactIdnfctools-parent |
Version | Version1.0-M7 |
Type | Typepom |
Filename | Size |
---|---|
nfctools-parent-1.0-M7.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nfctools/nfctools-parent/ -->
<dependency>
<groupId>org.nfctools</groupId>
<artifactId>nfctools-parent</artifactId>
<version>1.0-M7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.nfctools/nfctools-parent/
implementation 'org.nfctools:nfctools-parent:1.0-M7'
// https://jarcasting.com/artifacts/org.nfctools/nfctools-parent/
implementation ("org.nfctools:nfctools-parent:1.0-M7")
'org.nfctools:nfctools-parent:pom:1.0-M7'
<dependency org="org.nfctools" name="nfctools-parent" rev="1.0-M7">
<artifact name="nfctools-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.nfctools', module='nfctools-parent', version='1.0-M7')
)
libraryDependencies += "org.nfctools" % "nfctools-parent" % "1.0-M7"
[org.nfctools/nfctools-parent "1.0-M7"]