Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.antennaesdk |
ArtifactId | ArtifactIdmms-parent |
Version | Version0.1.3 |
Type | Typepom |
Filename | Size |
---|---|
mms-parent-0.1.3.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.antennaesdk/mms-parent/ -->
<dependency>
<groupId>com.github.antennaesdk</groupId>
<artifactId>mms-parent</artifactId>
<version>0.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.antennaesdk/mms-parent/
implementation 'com.github.antennaesdk:mms-parent:0.1.3'
// https://jarcasting.com/artifacts/com.github.antennaesdk/mms-parent/
implementation ("com.github.antennaesdk:mms-parent:0.1.3")
'com.github.antennaesdk:mms-parent:pom:0.1.3'
<dependency org="com.github.antennaesdk" name="mms-parent" rev="0.1.3">
<artifact name="mms-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.antennaesdk', module='mms-parent', version='0.1.3')
)
libraryDependencies += "com.github.antennaesdk" % "mms-parent" % "0.1.3"
[com.github.antennaesdk/mms-parent "0.1.3"]